Html Css Color HEX #087FDC Navy Blue

📋 copy color: '#087FDC'

red 8 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #087FDC

Tints of Navy Blue #087FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

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

R = 2.25%
G = 35.77%
B = 61.97%

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

#087FDC (or 0x087FDC) is known color: Navy Blue. HEX triplet: 08, 7F and DC. RGB value is (8,127,220). Sum of RGB (Red+Green+Blue) = 8+127+220=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #087FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FDC is #F78023. Grayscale: #656565. Windows color (decimal): -16220196 or 14450440. OLE color: 14450440.

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

Color convert

RGB 8 127 220 -
CMYK 0.96 0.42 0 0.14
HSL 206.32º 0.93% 0.45% -
HSV(B) 206.32º 0.96% 0.86% -
XYZ 20.61 20.4 70.56 -
YUV 102.02 194.58 60.94 -
System Red Green Blue C M Y K H S L
Decimal 8 127 220 0.96 0.42 0 0.14 206.32 0.93 0.45
Hex 8 7F DC 60 2A 0 E CE 5D 2D
Octal 10 177 334 140 52 0 16 316 135 55
Binary 1000 1111111 11011100 1100000 101010 0 1110 11001110 1011101 101101

Color Harmonies of #087FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FDC

Black with #087FDC

Text Example


Text Example

White with #087FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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