#0E02D7

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

Shades of Medium Blue #0E02D7

Tints of Medium Blue #0E02D7

Color information

#0E02D7 (or 0x0E02D7) is unknown color: approx Medium Blue. HEX triplet: 0E, 02 and D7. RGB value is (14,2,215). Sum of RGB (Red+Green+Blue) = 14+2+215=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 215 (84.38% from 255 or 93.07% from 231); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E02D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02D7 is #F1FD28. Grayscale: #1D1D1D. Windows color (decimal): -15858985 or 14090766. OLE color: 14090766.

HSL color Cylindrical-coordinate representation of color #0E02D7: hue angle of 243.38º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02D7 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142215-
CMYK0.930.9900.16
HSL243.38º98.16%42.55%-
HSV(B)243.38º99.07%84.31%-
XYZ12.475.0464.61-
YUV29.87232.48116.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 215 (84.38% from 255) = 93.07%
R=6.06%
G=0.87%
B=93.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422150.930.9900.16243.3898.1642.55
HexE2D75D63010f3622b
Octal16232713514302036314253
Binary1110101101011110111011100011010000111100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E02D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,2,215); }

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

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

 a { background-color: rgb(14,2,215); }

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

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

 span { border-color: rgb(14,2,215); }

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