Html Css Color HEX #087EDE Navy Blue

📋 copy color: '#087EDE'

red 8 ◦ green 126 ◦ blue 222

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

Shades of Navy Blue #087EDE

Tints of Navy Blue #087EDE

RGB

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

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

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

R = 2.25%
G = 35.39%
B = 62.36%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#087EDE (or 0x087EDE) is known color: Navy Blue. HEX triplet: 08, 7E and DE. RGB value is (8,126,222). Sum of RGB (Red+Green+Blue) = 8+126+222=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #087EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDE is #F78121. Grayscale: #656565. Windows color (decimal): -16220450 or 14581256. OLE color: 14581256.

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

Color convert

RGB 8 126 222 -
CMYK 0.96 0.43 0 0.13
HSL 206.92º 0.93% 0.45% -
HSV(B) 206.92º 0.96% 0.87% -
XYZ 20.75 20.25 71.92 -
YUV 101.66 195.91 61.19 -
System Red Green Blue C M Y K H S L
Decimal 8 126 222 0.96 0.43 0 0.13 206.92 0.93 0.45
Hex 8 7E DE 60 2B 0 D CF 5D 2D
Octal 10 176 336 140 53 0 15 317 135 55
Binary 1000 1111110 11011110 1100000 101011 0 1101 11001111 1011101 101101

Color Harmonies of #087EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EDE

Black with #087EDE

Text Example


Text Example

White with #087EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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