Html Css Color HEX #087DD6 Navy Blue

📋 copy color: '#087DD6'

red 8 ◦ green 125 ◦ blue 214

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

Shades of Navy Blue #087DD6

Tints of Navy Blue #087DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 2.31%
G = 36.02%
B = 61.67%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#087DD6 (or 0x087DD6) is known color: Navy Blue. HEX triplet: 08, 7D and D6. RGB value is (8,125,214). Sum of RGB (Red+Green+Blue) = 8+125+214=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #087DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DD6 is #F78229. Grayscale: #636363. Windows color (decimal): -16220714 or 14056712. OLE color: 14056712.

HSL color Cylindrical-coordinate representation of color #087DD6: hue angle of 205.92º 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 #087DD6 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 125 214 -
CMYK 0.96 0.42 0 0.16
HSL 205.92º 0.93% 0.44% -
HSV(B) 205.92º 0.96% 0.84% -
XYZ 19.57 19.57 66.36 -
YUV 100.16 192.24 62.26 -
System Red Green Blue C M Y K H S L
Decimal 8 125 214 0.96 0.42 0 0.16 205.92 0.93 0.44
Hex 8 7D D6 60 2A 0 10 CE 5D 2C
Octal 10 175 326 140 52 0 20 316 135 54
Binary 1000 1111101 11010110 1100000 101010 0 10000 11001110 1011101 101100

Color Harmonies of #087DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DD6

Black with #087DD6

Text Example


Text Example

White with #087DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087DD6; }

 p { color: rgb(8,125,214); }

 H1.HeaderClassName
 {
   color: #087DD6;
 }
 .AnyTagClassName
 {
   color: #087DD6;
 }
</style>

background-color css

<style>
 a { background-color: #087DD6; }

 a { background-color: rgb(8,125,214); }

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

border-color css

<style>
 span { border-color: #087DD6; }

 span { border-color: rgb(8,125,214); }

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