Html Css Color HEX #086ED7 Navy Blue

📋 copy color: '#086ED7'

red 8 ◦ green 110 ◦ blue 215

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

Shades of Navy Blue #086ED7

Tints of Navy Blue #086ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.56%

R = 2.4%
G = 33.03%
B = 64.56%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#086ED7 (or 0x086ED7) is known color: Navy Blue. HEX triplet: 08, 6E and D7. RGB value is (8,110,215). Sum of RGB (Red+Green+Blue) = 8+110+215=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #086ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ED7 is #F79128. Grayscale: #5A5A5A. Windows color (decimal): -16224553 or 14118408. OLE color: 14118408.

HSL color Cylindrical-coordinate representation of color #086ED7: hue angle of 210.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ED7 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 110 215 -
CMYK 0.96 0.49 0 0.16
HSL 210.43º 0.93% 0.44% -
HSV(B) 210.43º 0.96% 0.84% -
XYZ 17.94 16.11 66.45 -
YUV 91.47 197.71 68.46 -
System Red Green Blue C M Y K H S L
Decimal 8 110 215 0.96 0.49 0 0.16 210.43 0.93 0.44
Hex 8 6E D7 60 31 0 10 D2 5D 2C
Octal 10 156 327 140 61 0 20 322 135 54
Binary 1000 1101110 11010111 1100000 110001 0 10000 11010010 1011101 101100

Color Harmonies of #086ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ED7

Black with #086ED7

Text Example


Text Example

White with #086ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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