Html Css Color HEX #087ADE Navy Blue

📋 copy color: '#087ADE'

red 8 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #087ADE

Tints of Navy Blue #087ADE

RGB

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

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

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

R = 2.27%
G = 34.66%
B = 63.07%

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

#087ADE (or 0x087ADE) is known color: Navy Blue. HEX triplet: 08, 7A and DE. RGB value is (8,122,222). Sum of RGB (Red+Green+Blue) = 8+122+222=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #087ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ADE is #F78521. Grayscale: #626262. Windows color (decimal): -16221474 or 14580232. OLE color: 14580232.

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

Color convert

RGB 8 122 222 -
CMYK 0.96 0.45 0 0.13
HSL 208.04º 0.93% 0.45% -
HSV(B) 208.04º 0.96% 0.87% -
XYZ 20.24 19.24 71.75 -
YUV 99.31 197.23 62.87 -
System Red Green Blue C M Y K H S L
Decimal 8 122 222 0.96 0.45 0 0.13 208.04 0.93 0.45
Hex 8 7A DE 60 2D 0 D D0 5D 2D
Octal 10 172 336 140 55 0 15 320 135 55
Binary 1000 1111010 11011110 1100000 101101 0 1101 11010000 1011101 101101

Color Harmonies of #087ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ADE

Black with #087ADE

Text Example


Text Example

White with #087ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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