Shades of Pacific Blue #0487DD
Tints of Pacific Blue #0487DD
RGB
CMYK
RGB Variations
Color information
#0487DD (or 0x0487DD) is known color: Pacific Blue. HEX triplet: 04, 87 and DD. RGB value is (4,135,221). Sum of RGB (Red+Green+Blue) = 4+135+221=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #0487DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0487DD is #FB7822. Grayscale: #696969. Windows color (decimal): -16480291 or 14518020. OLE color: 14518020.
HSL color Cylindrical-coordinate representation of color #0487DD: hue angle of 203.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487DD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 135 | 221 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.13 |
| HSL | 203.78º | 0.96% | 0.44% | - |
| HSV(B) | 203.78º | 0.98% | 0.87% | - |
| XYZ | 21.77 | 22.57 | 71.62 | - |
| YUV | 105.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 221 | 0.98 | 0.39 | 0 | 0.13 | 203.78 | 0.96 | 0.44 |
| Hex | 4 | 87 | DD | 62 | 27 | 0 | D | CC | 60 | 2C |
| Octal | 4 | 207 | 335 | 142 | 47 | 0 | 15 | 314 | 140 | 54 |
| Binary | 100 | 10000111 | 11011101 | 1100010 | 100111 | 0 | 1101 | 11001100 | 1100000 | 101100 |
Color Harmonies of #0487DD
Complementary color
Monochromatic Colors of #0487DD
Black with #0487DD
Text Example
Text Example
White with #0487DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0487DD; }
p { color: rgb(4,135,221); }
H1.HeaderClassName
{
color: #0487DD;
}
.AnyTagClassName
{
color: #0487DD;
}
</style>
background-color css
<style>
a { background-color: #0487DD; }
a { background-color: rgb(4,135,221); }
div.DivClassName
{
background-color: #0487DD;
}
.BgClassName
{
background-color: #0487DD;
}
</style>
border-color css
<style>
span { border-color: #0487DD; }
span { border-color: rgb(4,135,221); }
td.TdClassName
{
border-color: #0487DD;
}
.TagClassName
{
border-color: #0487DD;
}
</style>