Html Css Color HEX #087DCD Navy Blue

📋 copy color: '#087DCD'

red 8 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #087DCD

Tints of Navy Blue #087DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 2.37%
G = 36.98%
B = 60.65%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#087DCD (or 0x087DCD) is known color: Navy Blue. HEX triplet: 08, 7D and CD. RGB value is (8,125,205). Sum of RGB (Red+Green+Blue) = 8+125+205=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #087DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DCD is #F78232. Grayscale: #626262. Windows color (decimal): -16220723 or 13466888. OLE color: 13466888.

HSL color Cylindrical-coordinate representation of color #087DCD: hue angle of 204.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DCD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 125 205 -
CMYK 0.96 0.39 0 0.20
HSL 204.37º 0.92% 0.42% -
HSV(B) 204.37º 0.96% 0.8% -
XYZ 18.45 19.13 60.48 -
YUV 99.14 187.74 63 -
System Red Green Blue C M Y K H S L
Decimal 8 125 205 0.96 0.39 0 0.20 204.37 0.92 0.42
Hex 8 7D CD 60 27 0 14 CC 5C 2A
Octal 10 175 315 140 47 0 24 314 134 52
Binary 1000 1111101 11001101 1100000 100111 0 10100 11001100 1011100 101010

Color Harmonies of #087DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DCD

Black with #087DCD

Text Example


Text Example

White with #087DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,125,205); }

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

background-color css

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

 a { background-color: rgb(8,125,205); }

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

border-color css

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

 span { border-color: rgb(8,125,205); }

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