Html Css Color HEX #087EDB Navy Blue

📋 copy color: '#087EDB'

red 8 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #087EDB

Tints of Navy Blue #087EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 2.27%
G = 35.69%
B = 62.04%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087EDB (or 0x087EDB) is known color: Navy Blue. HEX triplet: 08, 7E and DB. RGB value is (8,126,219). Sum of RGB (Red+Green+Blue) = 8+126+219=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #087EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDB is #F78124. Grayscale: #646464. Windows color (decimal): -16220453 or 14384648. OLE color: 14384648.

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

Color convert

RGB 8 126 219 -
CMYK 0.96 0.42 0 0.14
HSL 206.45º 0.93% 0.45% -
HSV(B) 206.45º 0.96% 0.86% -
XYZ 20.35 20.09 69.82 -
YUV 101.32 194.41 61.44 -
System Red Green Blue C M Y K H S L
Decimal 8 126 219 0.96 0.42 0 0.14 206.45 0.93 0.45
Hex 8 7E DB 60 2A 0 E CE 5D 2D
Octal 10 176 333 140 52 0 16 316 135 55
Binary 1000 1111110 11011011 1100000 101010 0 1110 11001110 1011101 101101

Color Harmonies of #087EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EDB

Black with #087EDB

Text Example


Text Example

White with #087EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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