Html Css Color HEX #087FD7 Navy Blue

📋 copy color: '#087FD7'

red 8 ◦ green 127 ◦ blue 215

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

Shades of Navy Blue #087FD7

Tints of Navy Blue #087FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 2.29%
G = 36.29%
B = 61.43%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#087FD7 (or 0x087FD7) is known color: Navy Blue. HEX triplet: 08, 7F and D7. RGB value is (8,127,215). Sum of RGB (Red+Green+Blue) = 8+127+215=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #087FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FD7 is #F78028. Grayscale: #646464. Windows color (decimal): -16220201 or 14122760. OLE color: 14122760.

HSL color Cylindrical-coordinate representation of color #087FD7: hue angle of 205.51º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FD7 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 127 215 -
CMYK 0.96 0.41 0 0.16
HSL 205.51º 0.93% 0.44% -
HSV(B) 205.51º 0.96% 0.84% -
XYZ 19.96 20.14 67.12 -
YUV 101.45 192.08 61.34 -
System Red Green Blue C M Y K H S L
Decimal 8 127 215 0.96 0.41 0 0.16 205.51 0.93 0.44
Hex 8 7F D7 60 29 0 10 CE 5D 2C
Octal 10 177 327 140 51 0 20 316 135 54
Binary 1000 1111111 11010111 1100000 101001 0 10000 11001110 1011101 101100

Color Harmonies of #087FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FD7

Black with #087FD7

Text Example


Text Example

White with #087FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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