#0E1EF5

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

Shades of Blue #0E1EF5

Tints of Blue #0E1EF5

Color information

#0E1EF5 (or 0x0E1EF5) is unknown color: approx Blue. HEX triplet: 0E, 1E and F5. RGB value is (14,30,245). Sum of RGB (Red+Green+Blue) = 14+30+245=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 245 (96.09% from 255 or 84.78% from 289); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E1EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1EF5 is #F1E10A. Grayscale: #303030. Windows color (decimal): -15851787 or 16064014. OLE color: 16064014.

HSL color Cylindrical-coordinate representation of color #0E1EF5: hue angle of 235.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1EF5 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1430245-
CMYK0.940.8800.04
HSL235.84º92.03%50.78%-
HSV(B)235.84º94.29%96.08%-
XYZ17.137.6186.95-
YUV49.73238.2102.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 245 (96.09% from 255) = 84.78%
R=4.84%
G=10.38%
B=84.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14302450.940.8800.04235.8492.0350.78
HexE1EF55E5804ec5c33
Octal16363651361300435413463
Binary11101111011110101101111010110000100111011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,30,245); }

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

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

 a { background-color: rgb(14,30,245); }

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

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

 span { border-color: rgb(14,30,245); }

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