Html Css Color HEX #086FDE Navy Blue

📋 copy color: '#086FDE'

red 8 ◦ green 111 ◦ blue 222

#086FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #086FDE

Tints of Navy Blue #086FDE

RGB

 RED value IS 8 (3.52% from 255) = 2.35%

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 2.35%
G = 32.55%
B = 65.1%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#086FDE (or 0x086FDE) is known color: Navy Blue. HEX triplet: 08, 6F and DE. RGB value is (8,111,222). Sum of RGB (Red+Green+Blue) = 8+111+222=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #086FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FDE is #F79021. Grayscale: #5C5C5C. Windows color (decimal): -16224290 or 14577416. OLE color: 14577416.

HSL color Cylindrical-coordinate representation of color #086FDE: hue angle of 211.12º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FDE is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 111 222 -
CMYK 0.96 0.5 0 0.13
HSL 211.12º 0.93% 0.45% -
HSV(B) 211.12º 0.96% 0.87% -
XYZ 18.97 16.69 71.33 -
YUV 92.86 200.88 67.47 -
System Red Green Blue C M Y K H S L
Decimal 8 111 222 0.96 0.5 0 0.13 211.12 0.93 0.45
Hex 8 6F DE 60 32 0 D D3 5D 2D
Octal 10 157 336 140 62 0 15 323 135 55
Binary 1000 1101111 11011110 1100000 110010 0 1101 11010011 1011101 101101

Color Harmonies of #086FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FDE

Black with #086FDE

Text Example


Text Example

White with #086FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,222); }

 H1.HeaderClassName
 {
   color: #086FDE;
 }
 .AnyTagClassName
 {
   color: #086FDE;
 }
</style>

background-color css

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

 a { background-color: rgb(8,111,222); }

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

border-color css

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

 span { border-color: rgb(8,111,222); }

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