Html Css Color HEX #087AD9 Navy Blue

📋 copy color: '#087AD9'

red 8 ◦ green 122 ◦ blue 217

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

Shades of Navy Blue #087AD9

Tints of Navy Blue #087AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 217 (85.16% from 255) = 62.54%

R = 2.31%
G = 35.16%
B = 62.54%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#087AD9 (or 0x087AD9) is known color: Navy Blue. HEX triplet: 08, 7A and D9. RGB value is (8,122,217). Sum of RGB (Red+Green+Blue) = 8+122+217=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 217 (85.16% from 255 or 62.54% from 347); Max value from RGB is 217 - color contains mainly: blue. Hex color #087AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087AD9 is #F78526. Grayscale: #626262. Windows color (decimal): -16221479 or 14252552. OLE color: 14252552.

HSL color Cylindrical-coordinate representation of color #087AD9: hue angle of 207.27º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087AD9 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 122 217 -
CMYK 0.96 0.44 0 0.15
HSL 207.27º 0.93% 0.44% -
HSV(B) 207.27º 0.96% 0.85% -
XYZ 19.58 18.98 68.28 -
YUV 98.74 194.73 63.28 -
System Red Green Blue C M Y K H S L
Decimal 8 122 217 0.96 0.44 0 0.15 207.27 0.93 0.44
Hex 8 7A D9 60 2C 0 F CF 5D 2C
Octal 10 172 331 140 54 0 17 317 135 54
Binary 1000 1111010 11011001 1100000 101100 0 1111 11001111 1011101 101100

Color Harmonies of #087AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AD9

Black with #087AD9

Text Example


Text Example

White with #087AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,217); }

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

background-color css

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

 a { background-color: rgb(8,122,217); }

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

border-color css

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

 span { border-color: rgb(8,122,217); }

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