Shades of Pacific Blue #0587DA
Tints of Pacific Blue #0587DA
RGB
CMYK
RGB Variations
Color information
#0587DA (or 0x0587DA) is known color: Pacific Blue. HEX triplet: 05, 87 and DA. RGB value is (5,135,218). Sum of RGB (Red+Green+Blue) = 5+135+218=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #0587DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587DA is #FA7825. Grayscale: #696969. Windows color (decimal): -16414758 or 14321413. OLE color: 14321413.
HSL color Cylindrical-coordinate representation of color #0587DA: hue angle of 203.38º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0587DA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 135 | 218 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.15 |
| HSL | 203.38º | 0.96% | 0.44% | - |
| HSV(B) | 203.38º | 0.98% | 0.85% | - |
| XYZ | 21.38 | 22.42 | 69.53 | - |
| YUV | 105.59 | 191.43 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 218 | 0.98 | 0.38 | 0 | 0.15 | 203.38 | 0.96 | 0.44 |
| Hex | 5 | 87 | DA | 62 | 26 | 0 | F | CB | 60 | 2C |
| Octal | 5 | 207 | 332 | 142 | 46 | 0 | 17 | 313 | 140 | 54 |
| Binary | 101 | 10000111 | 11011010 | 1100010 | 100110 | 0 | 1111 | 11001011 | 1100000 | 101100 |
Color Harmonies of #0587DA
Complementary color
Monochromatic Colors of #0587DA
Black with #0587DA
Text Example
Text Example
White with #0587DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587DA; }
p { color: rgb(5,135,218); }
H1.HeaderClassName
{
color: #0587DA;
}
.AnyTagClassName
{
color: #0587DA;
}
</style>
background-color css
<style>
a { background-color: #0587DA; }
a { background-color: rgb(5,135,218); }
div.DivClassName
{
background-color: #0587DA;
}
.BgClassName
{
background-color: #0587DA;
}
</style>
border-color css
<style>
span { border-color: #0587DA; }
span { border-color: rgb(5,135,218); }
td.TdClassName
{
border-color: #0587DA;
}
.TagClassName
{
border-color: #0587DA;
}
</style>