#0E0AF5

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

Shades of Blue #0E0AF5

Tints of Blue #0E0AF5

Color information

#0E0AF5 (or 0x0E0AF5) is unknown color: approx Blue. HEX triplet: 0E, 0A and F5. RGB value is (14,10,245). Sum of RGB (Red+Green+Blue) = 14+10+245=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 245 (96.09% from 255 or 91.08% from 269); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E0AF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0AF5 is #F1F50A. Grayscale: #252525. Windows color (decimal): -15856907 or 16058894. OLE color: 16058894.

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

Color convert

RGB1410245-
CMYK0.940.9600.04
HSL241.02º92.16%50%-
HSV(B)241.02º95.92%96.08%-
XYZ16.776.986.83-
YUV37.99244.83110.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 245 (96.09% from 255) = 91.08%
R=5.20%
G=3.72%
B=91.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14102450.940.9600.04241.0292.1650
HexEAF55E6004f15c32
Octal16123651361400436113462
Binary1110101011110101101111011000000100111100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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