#086df2

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

Shades of Navy Blue #086DF2

Tints of Navy Blue #086DF2

Color information

#086DF2 (or 0x086DF2) is unknown color: approx Navy Blue. HEX triplet: 08, 6D and F2. RGB value is (8,109,242). Sum of RGB (Red+Green+Blue) = 8+109+242=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #086DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DF2 is #F7920D. Grayscale: #5D5D5D. Windows color (decimal): -16224782 or 15887624. OLE color: 15887624.

HSL color Cylindrical-coordinate representation of color #086DF2: hue angle of 214.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086DF2 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8109242-
CMYK0.970.5500.05
HSL214.1º93.6%49.02%-
HSV(B)214.1º96.69%94.9%-
XYZ21.617.486.22-
YUV93.96211.5466.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.23%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 242 (94.92% from 255) = 67.41%
R=2.23%
G=30.36%
B=67.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal81092420.970.5500.05214.193.649.02
Hex86DF2613705d65e31
Octal10155362141670532613661
Binary100011011011111001011000011101110101110101101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086df2; }

 p { color: rgb(8,109,242); }

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

<style>
 a { background-color: #086df2; }

 a { background-color: rgb(8,109,242); }

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

<style>
 span { border-color: #086df2; }

 span { border-color: rgb(8,109,242); }

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