#0E04DF

Color #0E04DF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0E04DF

Tints of Medium Blue #0E04DF

Color information

#0E04DF (or 0x0E04DF) is unknown color: approx Medium Blue. HEX triplet: 0E, 04 and DF. RGB value is (14,4,223). Sum of RGB (Red+Green+Blue) = 14+4+223=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E04DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E04DF is #F1FB20. Grayscale: #1F1F1F. Windows color (decimal): -15858465 or 14615566. OLE color: 14615566.

HSL color Cylindrical-coordinate representation of color #0E04DF: hue angle of 242.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E04DF is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144223-
CMYK0.940.9800.13
HSL242.74º96.48%44.51%-
HSV(B)242.74º98.21%87.45%-
XYZ13.545.5170.16-
YUV31.96235.81115.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 223 (87.5% from 255) = 92.53%
R=5.81%
G=1.66%
B=92.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442230.940.9800.13242.7496.4844.51
HexE4DF5E620Df3602d
Octal16433713614201536314055
Binary1110100110111111011110110001001101111100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E04DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E04DF; }

 p { color: rgb(14,4,223); }

 H1.HeaderClassName
 {
   color: #0E04DF;
 }
 .AnyTagClassName
 {
   color: #0E04DF;
 }
</style>
background-color css

<style>
 a { background-color: #0E04DF; }

 a { background-color: rgb(14,4,223); }

 div.DivClassName
 {
   background-color: #0E04DF;
 }
 .BgClassName
 {
   background-color: #0E04DF;
 }
</style>
border-color css

<style>
 span { border-color: #0E04DF; }

 span { border-color: rgb(14,4,223); }

 td.TdClassName
 {
   border-color: #0E04DF;
 }
 .TagClassName
 {
   border-color: #0E04DF;
 }
</style>