Html Css Color HEX #087CDF Navy Blue

📋 copy color: '#087CDF'

red 8 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #087CDF

Tints of Navy Blue #087CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 2.25%
G = 34.93%
B = 62.82%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#087CDF (or 0x087CDF) is known color: Navy Blue. HEX triplet: 08, 7C and DF. RGB value is (8,124,223). Sum of RGB (Red+Green+Blue) = 8+124+223=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #087CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CDF is #F78320. Grayscale: #646464. Windows color (decimal): -16220961 or 14646280. OLE color: 14646280.

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

Color convert

RGB 8 124 223 -
CMYK 0.96 0.44 0 0.13
HSL 207.63º 0.93% 0.45% -
HSV(B) 207.63º 0.96% 0.87% -
XYZ 20.63 19.79 72.55 -
YUV 100.6 197.07 61.95 -
System Red Green Blue C M Y K H S L
Decimal 8 124 223 0.96 0.44 0 0.13 207.63 0.93 0.45
Hex 8 7C DF 60 2C 0 D D0 5D 2D
Octal 10 174 337 140 54 0 15 320 135 55
Binary 1000 1111100 11011111 1100000 101100 0 1101 11010000 1011101 101101

Color Harmonies of #087CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CDF

Black with #087CDF

Text Example


Text Example

White with #087CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,223); }

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

background-color css

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

 a { background-color: rgb(8,124,223); }

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

border-color css

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

 span { border-color: rgb(8,124,223); }

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