Html Css Color HEX #087ADD Navy Blue

📋 copy color: '#087ADD'

red 8 ◦ green 122 ◦ blue 221

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

Shades of Navy Blue #087ADD

Tints of Navy Blue #087ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 2.28%
G = 34.76%
B = 62.96%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#087ADD (or 0x087ADD) is known color: Navy Blue. HEX triplet: 08, 7A and DD. RGB value is (8,122,221). Sum of RGB (Red+Green+Blue) = 8+122+221=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #087ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ADD is #F78522. Grayscale: #626262. Windows color (decimal): -16221475 or 14514696. OLE color: 14514696.

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

Color convert

RGB 8 122 221 -
CMYK 0.96 0.45 0 0.13
HSL 207.89º 0.93% 0.45% -
HSV(B) 207.89º 0.96% 0.87% -
XYZ 20.11 19.19 71.05 -
YUV 99.2 196.73 62.95 -
System Red Green Blue C M Y K H S L
Decimal 8 122 221 0.96 0.45 0 0.13 207.89 0.93 0.45
Hex 8 7A DD 60 2D 0 D D0 5D 2D
Octal 10 172 335 140 55 0 15 320 135 55
Binary 1000 1111010 11011101 1100000 101101 0 1101 11010000 1011101 101101

Color Harmonies of #087ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ADD

Black with #087ADD

Text Example


Text Example

White with #087ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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