Html Css Color HEX #087BDC Navy Blue

📋 copy color: '#087BDC'

red 8 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #087BDC

Tints of Navy Blue #087BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 2.28%
G = 35.04%
B = 62.68%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087BDC (or 0x087BDC) is known color: Navy Blue. HEX triplet: 08, 7B and DC. RGB value is (8,123,220). Sum of RGB (Red+Green+Blue) = 8+123+220=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #087BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BDC is #F78423. Grayscale: #636363. Windows color (decimal): -16221220 or 14449416. OLE color: 14449416.

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

Color convert

RGB 8 123 220 -
CMYK 0.96 0.44 0 0.14
HSL 207.45º 0.93% 0.45% -
HSV(B) 207.45º 0.96% 0.86% -
XYZ 20.1 19.38 70.39 -
YUV 99.67 195.9 62.61 -
System Red Green Blue C M Y K H S L
Decimal 8 123 220 0.96 0.44 0 0.14 207.45 0.93 0.45
Hex 8 7B DC 60 2C 0 E CF 5D 2D
Octal 10 173 334 140 54 0 16 317 135 55
Binary 1000 1111011 11011100 1100000 101100 0 1110 11001111 1011101 101101

Color Harmonies of #087BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BDC

Black with #087BDC

Text Example


Text Example

White with #087BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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