Shades of Pacific Blue #0287CC
Tints of Pacific Blue #0287CC
RGB
CMYK
RGB Variations
Color information
#0287CC (or 0x0287CC) is known color: Pacific Blue. HEX triplet: 02, 87 and CC. RGB value is (2,135,204). Sum of RGB (Red+Green+Blue) = 2+135+204=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #0287CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287CC is #FD7833. Grayscale: #666666. Windows color (decimal): -16611380 or 13403906. OLE color: 13403906.
HSL color Cylindrical-coordinate representation of color #0287CC: hue angle of 200.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287CC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 135 | 204 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.2 |
| HSL | 200.5º | 0.98% | 0.4% | - |
| HSV(B) | 200.5º | 0.99% | 0.8% | - |
| XYZ | 19.59 | 21.7 | 60.28 | - |
| YUV | 103.1 | 184.94 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 204 | 0.99 | 0.34 | 0 | 0.2 | 200.5 | 0.98 | 0.4 |
| Hex | 2 | 87 | CC | 63 | 22 | 0 | 14 | C8 | 62 | 28 |
| Octal | 2 | 207 | 314 | 143 | 42 | 0 | 24 | 310 | 142 | 50 |
| Binary | 10 | 10000111 | 11001100 | 1100011 | 100010 | 0 | 10100 | 11001000 | 1100010 | 101000 |
Color Harmonies of #0287CC
Complementary color
Monochromatic Colors of #0287CC
Black with #0287CC
Text Example
Text Example
White with #0287CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287CC; }
p { color: rgb(2,135,204); }
H1.HeaderClassName
{
color: #0287CC;
}
.AnyTagClassName
{
color: #0287CC;
}
</style>
background-color css
<style>
a { background-color: #0287CC; }
a { background-color: rgb(2,135,204); }
div.DivClassName
{
background-color: #0287CC;
}
.BgClassName
{
background-color: #0287CC;
}
</style>
border-color css
<style>
span { border-color: #0287CC; }
span { border-color: rgb(2,135,204); }
td.TdClassName
{
border-color: #0287CC;
}
.TagClassName
{
border-color: #0287CC;
}
</style>