Shades of Pacific Blue #0587DB
Tints of Pacific Blue #0587DB
RGB
CMYK
RGB Variations
Color information
#0587DB (or 0x0587DB) is known color: Pacific Blue. HEX triplet: 05, 87 and DB. RGB value is (5,135,219). Sum of RGB (Red+Green+Blue) = 5+135+219=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #0587DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587DB is #FA7824. Grayscale: #696969. Windows color (decimal): -16414757 or 14386949. OLE color: 14386949.
HSL color Cylindrical-coordinate representation of color #0587DB: hue angle of 203.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0587DB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 135 | 219 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.14 |
| HSL | 203.55º | 0.96% | 0.44% | - |
| HSV(B) | 203.55º | 0.98% | 0.86% | - |
| XYZ | 21.51 | 22.47 | 70.22 | - |
| YUV | 105.71 | 191.93 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 219 | 0.98 | 0.38 | 0 | 0.14 | 203.55 | 0.96 | 0.44 |
| Hex | 5 | 87 | DB | 62 | 26 | 0 | E | CC | 60 | 2C |
| Octal | 5 | 207 | 333 | 142 | 46 | 0 | 16 | 314 | 140 | 54 |
| Binary | 101 | 10000111 | 11011011 | 1100010 | 100110 | 0 | 1110 | 11001100 | 1100000 | 101100 |
Color Harmonies of #0587DB
Complementary color
Monochromatic Colors of #0587DB
Black with #0587DB
Text Example
Text Example
White with #0587DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587DB; }
p { color: rgb(5,135,219); }
H1.HeaderClassName
{
color: #0587DB;
}
.AnyTagClassName
{
color: #0587DB;
}
</style>
background-color css
<style>
a { background-color: #0587DB; }
a { background-color: rgb(5,135,219); }
div.DivClassName
{
background-color: #0587DB;
}
.BgClassName
{
background-color: #0587DB;
}
</style>
border-color css
<style>
span { border-color: #0587DB; }
span { border-color: rgb(5,135,219); }
td.TdClassName
{
border-color: #0587DB;
}
.TagClassName
{
border-color: #0587DB;
}
</style>