Html Css Color HEX #087EDD Navy Blue

📋 copy color: '#087EDD'

red 8 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #087EDD

Tints of Navy Blue #087EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 2.25%
G = 35.49%
B = 62.25%

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

#087EDD (or 0x087EDD) is known color: Navy Blue. HEX triplet: 08, 7E and DD. RGB value is (8,126,221). Sum of RGB (Red+Green+Blue) = 8+126+221=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #087EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDD is #F78122. Grayscale: #656565. Windows color (decimal): -16220451 or 14515720. OLE color: 14515720.

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

Color convert

RGB 8 126 221 -
CMYK 0.96 0.43 0 0.13
HSL 206.76º 0.93% 0.45% -
HSV(B) 206.76º 0.96% 0.87% -
XYZ 20.61 20.19 71.22 -
YUV 101.55 195.41 61.28 -
System Red Green Blue C M Y K H S L
Decimal 8 126 221 0.96 0.43 0 0.13 206.76 0.93 0.45
Hex 8 7E DD 60 2B 0 D CF 5D 2D
Octal 10 176 335 140 53 0 15 317 135 55
Binary 1000 1111110 11011101 1100000 101011 0 1101 11001111 1011101 101101

Color Harmonies of #087EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EDD

Black with #087EDD

Text Example


Text Example

White with #087EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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