Html Css Color HEX #086EDE Navy Blue

📋 copy color: '#086EDE'

red 8 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #086EDE

Tints of Navy Blue #086EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 2.35%
G = 32.35%
B = 65.29%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#086EDE (or 0x086EDE) is known color: Navy Blue. HEX triplet: 08, 6E and DE. RGB value is (8,110,222). Sum of RGB (Red+Green+Blue) = 8+110+222=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #086EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EDE is #F79121. Grayscale: #5B5B5B. Windows color (decimal): -16224546 or 14577160. OLE color: 14577160.

HSL color Cylindrical-coordinate representation of color #086EDE: hue angle of 211.4º 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 #086EDE is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 110 222 -
CMYK 0.96 0.50 0 0.13
HSL 211.4º 0.93% 0.45% -
HSV(B) 211.4º 0.96% 0.87% -
XYZ 18.86 16.48 71.29 -
YUV 92.27 201.21 67.89 -
System Red Green Blue C M Y K H S L
Decimal 8 110 222 0.96 0.50 0 0.13 211.4 0.93 0.45
Hex 8 6E DE 60 32 0 D D3 5D 2D
Octal 10 156 336 140 62 0 15 323 135 55
Binary 1000 1101110 11011110 1100000 110010 0 1101 11010011 1011101 101101

Color Harmonies of #086EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EDE

Black with #086EDE

Text Example


Text Example

White with #086EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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