Html Css Color HEX #087ED0 Navy Blue

📋 copy color: '#087ED0'

red 8 ◦ green 126 ◦ blue 208

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

Shades of Navy Blue #087ED0

Tints of Navy Blue #087ED0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 208 (81.64% from 255) = 60.82%

R = 2.34%
G = 36.84%
B = 60.82%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#087ED0 (or 0x087ED0) is known color: Navy Blue. HEX triplet: 08, 7E and D0. RGB value is (8,126,208). Sum of RGB (Red+Green+Blue) = 8+126+208=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #087ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ED0 is #F7812F. Grayscale: #636363. Windows color (decimal): -16220464 or 13663752. OLE color: 13663752.

HSL color Cylindrical-coordinate representation of color #087ED0: hue angle of 204.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ED0 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 126 208 -
CMYK 0.96 0.39 0 0.18
HSL 204.6º 0.93% 0.42% -
HSV(B) 204.6º 0.96% 0.82% -
XYZ 18.95 19.53 62.45 -
YUV 100.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 8 126 208 0.96 0.39 0 0.18 204.6 0.93 0.42
Hex 8 7E D0 60 27 0 12 CD 5D 2A
Octal 10 176 320 140 47 0 22 315 135 52
Binary 1000 1111110 11010000 1100000 100111 0 10010 11001101 1011101 101010

Color Harmonies of #087ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ED0

Black with #087ED0

Text Example


Text Example

White with #087ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,126,208); }

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

background-color css

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

 a { background-color: rgb(8,126,208); }

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

border-color css

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

 span { border-color: rgb(8,126,208); }

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