#0E06F6

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

Shades of Blue #0E06F6

Tints of Blue #0E06F6

Color information

#0E06F6 (or 0x0E06F6) is unknown color: approx Blue. HEX triplet: 0E, 06 and F6. RGB value is (14,6,246). Sum of RGB (Red+Green+Blue) = 14+6+246=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 246 (96.48% from 255 or 92.48% from 266); Max value from RGB is 246 - color contains mainly: blue. Hex color #0E06F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E06F6 is #F1F909. Grayscale: #222222. Windows color (decimal): -15857930 or 16123406. OLE color: 16123406.

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

Color convert

RGB146246-
CMYK0.940.9800.04
HSL242º95.24%49.41%-
HSV(B)242º97.56%96.47%-
XYZ16.886.8887.63-
YUV35.75246.65112.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 246 (96.48% from 255) = 92.48%
R=5.26%
G=2.26%
B=92.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462460.940.9800.0424295.2449.41
HexE6F65E6204f25f31
Octal1663661361420436213761
Binary111011011110110101111011000100100111100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E06F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,6,246); }

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

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

 a { background-color: rgb(14,6,246); }

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

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

 span { border-color: rgb(14,6,246); }

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