Html Css Color HEX #087FDF Navy Blue

📋 copy color: '#087FDF'

red 8 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #087FDF

Tints of Navy Blue #087FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 2.23%
G = 35.47%
B = 62.29%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#087FDF (or 0x087FDF) is known color: Navy Blue. HEX triplet: 08, 7F and DF. RGB value is (8,127,223). Sum of RGB (Red+Green+Blue) = 8+127+223=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #087FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FDF is #F78020. Grayscale: #656565. Windows color (decimal): -16220193 or 14647048. OLE color: 14647048.

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

Color convert

RGB 8 127 223 -
CMYK 0.96 0.43 0 0.13
HSL 206.79º 0.93% 0.45% -
HSV(B) 206.79º 0.96% 0.87% -
XYZ 21.01 20.56 72.67 -
YUV 102.36 196.08 60.69 -
System Red Green Blue C M Y K H S L
Decimal 8 127 223 0.96 0.43 0 0.13 206.79 0.93 0.45
Hex 8 7F DF 60 2B 0 D CF 5D 2D
Octal 10 177 337 140 53 0 15 317 135 55
Binary 1000 1111111 11011111 1100000 101011 0 1101 11001111 1011101 101101

Color Harmonies of #087FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FDF

Black with #087FDF

Text Example


Text Example

White with #087FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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