Shades of Pacific Blue #0287DD
Tints of Pacific Blue #0287DD
RGB
CMYK
RGB Variations
Color information
#0287DD (or 0x0287DD) is known color: Pacific Blue. HEX triplet: 02, 87 and DD. RGB value is (2,135,221). Sum of RGB (Red+Green+Blue) = 2+135+221=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #0287DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287DD is #FD7822. Grayscale: #686868. Windows color (decimal): -16611363 or 14518018. OLE color: 14518018.
HSL color Cylindrical-coordinate representation of color #0287DD: hue angle of 203.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287DD is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 135 | 221 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.13 |
| HSL | 203.56º | 0.98% | 0.44% | - |
| HSV(B) | 203.56º | 0.99% | 0.87% | - |
| XYZ | 21.74 | 22.56 | 71.62 | - |
| YUV | 105.04 | 193.44 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 221 | 0.99 | 0.39 | 0 | 0.13 | 203.56 | 0.98 | 0.44 |
| Hex | 2 | 87 | DD | 63 | 27 | 0 | D | CC | 62 | 2C |
| Octal | 2 | 207 | 335 | 143 | 47 | 0 | 15 | 314 | 142 | 54 |
| Binary | 10 | 10000111 | 11011101 | 1100011 | 100111 | 0 | 1101 | 11001100 | 1100010 | 101100 |
Color Harmonies of #0287DD
Complementary color
Monochromatic Colors of #0287DD
Black with #0287DD
Text Example
Text Example
White with #0287DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287DD; }
p { color: rgb(2,135,221); }
H1.HeaderClassName
{
color: #0287DD;
}
.AnyTagClassName
{
color: #0287DD;
}
</style>
background-color css
<style>
a { background-color: #0287DD; }
a { background-color: rgb(2,135,221); }
div.DivClassName
{
background-color: #0287DD;
}
.BgClassName
{
background-color: #0287DD;
}
</style>
border-color css
<style>
span { border-color: #0287DD; }
span { border-color: rgb(2,135,221); }
td.TdClassName
{
border-color: #0287DD;
}
.TagClassName
{
border-color: #0287DD;
}
</style>