Shades of Pacific Blue #0288CC
Tints of Pacific Blue #0288CC
RGB
CMYK
RGB Variations
Color information
#0288CC (or 0x0288CC) is known color: Pacific Blue. HEX triplet: 02, 88 and CC. RGB value is (2,136,204). Sum of RGB (Red+Green+Blue) = 2+136+204=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #0288CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288CC is #FD7733. Grayscale: #676767. Windows color (decimal): -16611124 or 13404162. OLE color: 13404162.
HSL color Cylindrical-coordinate representation of color #0288CC: hue angle of 200.2º 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 #0288CC is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 136 | 204 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.2 |
| HSL | 200.2º | 0.98% | 0.4% | - |
| HSV(B) | 200.2º | 0.99% | 0.8% | - |
| XYZ | 19.73 | 21.98 | 60.33 | - |
| YUV | 103.69 | 184.61 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 204 | 0.99 | 0.33 | 0 | 0.2 | 200.2 | 0.98 | 0.4 |
| Hex | 2 | 88 | CC | 63 | 21 | 0 | 14 | C8 | 62 | 28 |
| Octal | 2 | 210 | 314 | 143 | 41 | 0 | 24 | 310 | 142 | 50 |
| Binary | 10 | 10001000 | 11001100 | 1100011 | 100001 | 0 | 10100 | 11001000 | 1100010 | 101000 |
Color Harmonies of #0288CC
Complementary color
Monochromatic Colors of #0288CC
Black with #0288CC
Text Example
Text Example
White with #0288CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288CC; }
p { color: rgb(2,136,204); }
H1.HeaderClassName
{
color: #0288CC;
}
.AnyTagClassName
{
color: #0288CC;
}
</style>
background-color css
<style>
a { background-color: #0288CC; }
a { background-color: rgb(2,136,204); }
div.DivClassName
{
background-color: #0288CC;
}
.BgClassName
{
background-color: #0288CC;
}
</style>
border-color css
<style>
span { border-color: #0288CC; }
span { border-color: rgb(2,136,204); }
td.TdClassName
{
border-color: #0288CC;
}
.TagClassName
{
border-color: #0288CC;
}
</style>