Html Css Color HEX #087EDC Navy Blue

📋 copy color: '#087EDC'

red 8 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #087EDC

Tints of Navy Blue #087EDC

RGB

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

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

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

R = 2.26%
G = 35.59%
B = 62.15%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087EDC (or 0x087EDC) is known color: Navy Blue. HEX triplet: 08, 7E and DC. RGB value is (8,126,220). Sum of RGB (Red+Green+Blue) = 8+126+220=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #087EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EDC is #F78123. Grayscale: #646464. Windows color (decimal): -16220452 or 14450184. OLE color: 14450184.

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

Color convert

RGB 8 126 220 -
CMYK 0.96 0.43 0 0.14
HSL 206.6º 0.93% 0.45% -
HSV(B) 206.6º 0.96% 0.86% -
XYZ 20.48 20.14 70.52 -
YUV 101.43 194.91 61.36 -
System Red Green Blue C M Y K H S L
Decimal 8 126 220 0.96 0.43 0 0.14 206.6 0.93 0.45
Hex 8 7E DC 60 2B 0 E CF 5D 2D
Octal 10 176 334 140 53 0 16 317 135 55
Binary 1000 1111110 11011100 1100000 101011 0 1110 11001111 1011101 101101

Color Harmonies of #087EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087EDC

Black with #087EDC

Text Example


Text Example

White with #087EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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