Shades of Pacific Blue #0288DF
Tints of Pacific Blue #0288DF
RGB
CMYK
RGB Variations
Color information
#0288DF (or 0x0288DF) is known color: Pacific Blue. HEX triplet: 02, 88 and DF. RGB value is (2,136,223). Sum of RGB (Red+Green+Blue) = 2+136+223=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #0288DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288DF is #FD7720. Grayscale: #696969. Windows color (decimal): -16611105 or 14649346. OLE color: 14649346.
HSL color Cylindrical-coordinate representation of color #0288DF: hue angle of 203.62º 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 #0288DF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 136 | 223 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.13 |
| HSL | 203.62º | 0.98% | 0.44% | - |
| HSV(B) | 203.62º | 0.99% | 0.87% | - |
| XYZ | 22.15 | 22.95 | 73.07 | - |
| YUV | 105.85 | 194.11 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 223 | 0.99 | 0.39 | 0 | 0.13 | 203.62 | 0.98 | 0.44 |
| Hex | 2 | 88 | DF | 63 | 27 | 0 | D | CC | 62 | 2C |
| Octal | 2 | 210 | 337 | 143 | 47 | 0 | 15 | 314 | 142 | 54 |
| Binary | 10 | 10001000 | 11011111 | 1100011 | 100111 | 0 | 1101 | 11001100 | 1100010 | 101100 |
Color Harmonies of #0288DF
Complementary color
Monochromatic Colors of #0288DF
Black with #0288DF
Text Example
Text Example
White with #0288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288DF; }
p { color: rgb(2,136,223); }
H1.HeaderClassName
{
color: #0288DF;
}
.AnyTagClassName
{
color: #0288DF;
}
</style>
background-color css
<style>
a { background-color: #0288DF; }
a { background-color: rgb(2,136,223); }
div.DivClassName
{
background-color: #0288DF;
}
.BgClassName
{
background-color: #0288DF;
}
</style>
border-color css
<style>
span { border-color: #0288DF; }
span { border-color: rgb(2,136,223); }
td.TdClassName
{
border-color: #0288DF;
}
.TagClassName
{
border-color: #0288DF;
}
</style>