Html Css Color HEX #087BDB Navy Blue

📋 copy color: '#087BDB'

red 8 ◦ green 123 ◦ blue 219

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

Shades of Navy Blue #087BDB

Tints of Navy Blue #087BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 2.29%
G = 35.14%
B = 62.57%

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

#087BDB (or 0x087BDB) is known color: Navy Blue. HEX triplet: 08, 7B and DB. RGB value is (8,123,219). Sum of RGB (Red+Green+Blue) = 8+123+219=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #087BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BDB is #F78424. Grayscale: #636363. Windows color (decimal): -16221221 or 14383880. OLE color: 14383880.

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

Color convert

RGB 8 123 219 -
CMYK 0.96 0.44 0 0.14
HSL 207.3º 0.93% 0.45% -
HSV(B) 207.3º 0.96% 0.86% -
XYZ 19.97 19.33 69.7 -
YUV 99.56 195.4 62.69 -
System Red Green Blue C M Y K H S L
Decimal 8 123 219 0.96 0.44 0 0.14 207.3 0.93 0.45
Hex 8 7B DB 60 2C 0 E CF 5D 2D
Octal 10 173 333 140 54 0 16 317 135 55
Binary 1000 1111011 11011011 1100000 101100 0 1110 11001111 1011101 101101

Color Harmonies of #087BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BDB

Black with #087BDB

Text Example


Text Example

White with #087BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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