Html Css Color HEX #086FEE Navy Blue

📋 copy color: '#086FEE'

red 8 ◦ green 111 ◦ blue 238

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

Shades of Navy Blue #086FEE

Tints of Navy Blue #086FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.67%

R = 2.24%
G = 31.09%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#086FEE (or 0x086FEE) is known color: Navy Blue. HEX triplet: 08, 6F and EE. RGB value is (8,111,238). Sum of RGB (Red+Green+Blue) = 8+111+238=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #086FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FEE is #F79011. Grayscale: #5E5E5E. Windows color (decimal): -16224274 or 15625992. OLE color: 15625992.

HSL color Cylindrical-coordinate representation of color #086FEE: hue angle of 213.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FEE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 111 238 -
CMYK 0.97 0.53 0 0.07
HSL 213.13º 0.93% 0.48% -
HSV(B) 213.13º 0.97% 0.93% -
XYZ 21.22 17.59 83.17 -
YUV 94.68 208.88 66.17 -
System Red Green Blue C M Y K H S L
Decimal 8 111 238 0.97 0.53 0 0.07 213.13 0.93 0.48
Hex 8 6F EE 61 35 0 7 D5 5D 30
Octal 10 157 356 141 65 0 7 325 135 60
Binary 1000 1101111 11101110 1100001 110101 0 111 11010101 1011101 110000

Color Harmonies of #086FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FEE

Black with #086FEE

Text Example


Text Example

White with #086FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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