Html Css Color HEX #087ADC Navy Blue

📋 copy color: '#087ADC'

red 8 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #087ADC

Tints of Navy Blue #087ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 2.29%
G = 34.86%
B = 62.86%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087ADC (or 0x087ADC) is known color: Navy Blue. HEX triplet: 08, 7A and DC. RGB value is (8,122,220). Sum of RGB (Red+Green+Blue) = 8+122+220=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #087ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ADC is #F78523. Grayscale: #626262. Windows color (decimal): -16221476 or 14449160. OLE color: 14449160.

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

Color convert

RGB 8 122 220 -
CMYK 0.96 0.45 0 0.14
HSL 207.74º 0.93% 0.45% -
HSV(B) 207.74º 0.96% 0.86% -
XYZ 19.98 19.14 70.35 -
YUV 99.09 196.23 63.03 -
System Red Green Blue C M Y K H S L
Decimal 8 122 220 0.96 0.45 0 0.14 207.74 0.93 0.45
Hex 8 7A DC 60 2D 0 E D0 5D 2D
Octal 10 172 334 140 55 0 16 320 135 55
Binary 1000 1111010 11011100 1100000 101101 0 1110 11010000 1011101 101101

Color Harmonies of #087ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ADC

Black with #087ADC

Text Example


Text Example

White with #087ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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