Html Css Color HEX #086FED Navy Blue

📋 copy color: '#086FED'

red 8 ◦ green 111 ◦ blue 237

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

Shades of Navy Blue #086FED

Tints of Navy Blue #086FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.57%

R = 2.25%
G = 31.18%
B = 66.57%

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

#086FED (or 0x086FED) is known color: Navy Blue. HEX triplet: 08, 6F and ED. RGB value is (8,111,237). Sum of RGB (Red+Green+Blue) = 8+111+237=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #086FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FED is #F79012. Grayscale: #5D5D5D. Windows color (decimal): -16224275 or 15560456. OLE color: 15560456.

HSL color Cylindrical-coordinate representation of color #086FED: hue angle of 213.01º 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 #086FED is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 111 237 -
CMYK 0.97 0.53 0 0.07
HSL 213.01º 0.93% 0.48% -
HSV(B) 213.01º 0.97% 0.93% -
XYZ 21.07 17.53 82.39 -
YUV 94.57 208.38 66.25 -
System Red Green Blue C M Y K H S L
Decimal 8 111 237 0.97 0.53 0 0.07 213.01 0.93 0.48
Hex 8 6F ED 61 35 0 7 D5 5D 30
Octal 10 157 355 141 65 0 7 325 135 60
Binary 1000 1101111 11101101 1100001 110101 0 111 11010101 1011101 110000

Color Harmonies of #086FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FED

Black with #086FED

Text Example


Text Example

White with #086FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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