Html Css Color HEX #087FDB Navy Blue

📋 copy color: '#087FDB'

red 8 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #087FDB

Tints of Navy Blue #087FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

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

R = 2.26%
G = 35.88%
B = 61.86%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087FDB (or 0x087FDB) is known color: Navy Blue. HEX triplet: 08, 7F and DB. RGB value is (8,127,219). Sum of RGB (Red+Green+Blue) = 8+127+219=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #087FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FDB is #F78024. Grayscale: #656565. Windows color (decimal): -16220197 or 14384904. OLE color: 14384904.

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

Color convert

RGB 8 127 219 -
CMYK 0.96 0.42 0 0.14
HSL 206.16º 0.93% 0.45% -
HSV(B) 206.16º 0.96% 0.86% -
XYZ 20.48 20.34 69.87 -
YUV 101.91 194.08 61.02 -
System Red Green Blue C M Y K H S L
Decimal 8 127 219 0.96 0.42 0 0.14 206.16 0.93 0.45
Hex 8 7F DB 60 2A 0 E CE 5D 2D
Octal 10 177 333 140 52 0 16 316 135 55
Binary 1000 1111111 11011011 1100000 101010 0 1110 11001110 1011101 101101

Color Harmonies of #087FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FDB

Black with #087FDB

Text Example


Text Example

White with #087FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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