#0587DE

Color #0587DE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0587DE

Tints of Pacific Blue #0587DE

Color information

#0587DE (or 0x0587DE) is unknown color: approx Pacific Blue. HEX triplet: 05, 87 and DE. RGB value is (5,135,222). Sum of RGB (Red+Green+Blue) = 5+135+222=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #0587DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587DE is #FA7821. Grayscale: #696969. Windows color (decimal): -16414754 or 14583557. OLE color: 14583557.

HSL color Cylindrical-coordinate representation of color #0587DE: hue angle of 204.06º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0587DE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5135222-
CMYK0.980.3900.13
HSL204.06º95.59%44.51%-
HSV(B)204.06º97.75%87.06%-
XYZ21.9122.6372.32-
YUV106.05193.4355.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.38%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 222 (87.11% from 255) = 61.33%
R=1.38%
G=37.29%
B=61.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51352220.980.3900.13204.0695.5944.51
Hex587DE62270Dcc602d
Octal52073361424701531414055
Binary1011000011111011110110001010011101101110011001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0587DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0587DE; }

 p { color: rgb(5,135,222); }

 H1.HeaderClassName
 {
   color: #0587DE;
 }
 .AnyTagClassName
 {
   color: #0587DE;
 }
</style>
background-color css

<style>
 a { background-color: #0587DE; }

 a { background-color: rgb(5,135,222); }

 div.DivClassName
 {
   background-color: #0587DE;
 }
 .BgClassName
 {
   background-color: #0587DE;
 }
</style>
border-color css

<style>
 span { border-color: #0587DE; }

 span { border-color: rgb(5,135,222); }

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