Html Css Color HEX #087BDD Navy Blue

📋 copy color: '#087BDD'

red 8 ◦ green 123 ◦ blue 221

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

Shades of Navy Blue #087BDD

Tints of Navy Blue #087BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 2.27%
G = 34.94%
B = 62.78%

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

#087BDD (or 0x087BDD) is known color: Navy Blue. HEX triplet: 08, 7B and DD. RGB value is (8,123,221). Sum of RGB (Red+Green+Blue) = 8+123+221=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #087BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BDD is #F78422. Grayscale: #636363. Windows color (decimal): -16221219 or 14514952. OLE color: 14514952.

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

Color convert

RGB 8 123 221 -
CMYK 0.96 0.44 0 0.13
HSL 207.61º 0.93% 0.45% -
HSV(B) 207.61º 0.96% 0.87% -
XYZ 20.23 19.44 71.09 -
YUV 99.79 196.4 62.53 -
System Red Green Blue C M Y K H S L
Decimal 8 123 221 0.96 0.44 0 0.13 207.61 0.93 0.45
Hex 8 7B DD 60 2C 0 D D0 5D 2D
Octal 10 173 335 140 54 0 15 320 135 55
Binary 1000 1111011 11011101 1100000 101100 0 1101 11010000 1011101 101101

Color Harmonies of #087BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BDD

Black with #087BDD

Text Example


Text Example

White with #087BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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