Shades of Pacific Blue #0288DA
Tints of Pacific Blue #0288DA
RGB
CMYK
RGB Variations
Color information
#0288DA (or 0x0288DA) is known color: Pacific Blue. HEX triplet: 02, 88 and DA. RGB value is (2,136,218). Sum of RGB (Red+Green+Blue) = 2+136+218=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #0288DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288DA is #FD7725. Grayscale: #686868. Windows color (decimal): -16611110 or 14321666. OLE color: 14321666.
HSL color Cylindrical-coordinate representation of color #0288DA: hue angle of 202.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288DA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 136 | 218 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.15 |
| HSL | 202.78º | 0.98% | 0.43% | - |
| HSV(B) | 202.78º | 0.99% | 0.85% | - |
| XYZ | 21.48 | 22.68 | 69.58 | - |
| YUV | 105.28 | 191.61 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 218 | 0.99 | 0.38 | 0 | 0.15 | 202.78 | 0.98 | 0.43 |
| Hex | 2 | 88 | DA | 63 | 26 | 0 | F | CB | 62 | 2B |
| Octal | 2 | 210 | 332 | 143 | 46 | 0 | 17 | 313 | 142 | 53 |
| Binary | 10 | 10001000 | 11011010 | 1100011 | 100110 | 0 | 1111 | 11001011 | 1100010 | 101011 |
Color Harmonies of #0288DA
Complementary color
Monochromatic Colors of #0288DA
Black with #0288DA
Text Example
Text Example
White with #0288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288DA; }
p { color: rgb(2,136,218); }
H1.HeaderClassName
{
color: #0288DA;
}
.AnyTagClassName
{
color: #0288DA;
}
</style>
background-color css
<style>
a { background-color: #0288DA; }
a { background-color: rgb(2,136,218); }
div.DivClassName
{
background-color: #0288DA;
}
.BgClassName
{
background-color: #0288DA;
}
</style>
border-color css
<style>
span { border-color: #0288DA; }
span { border-color: rgb(2,136,218); }
td.TdClassName
{
border-color: #0288DA;
}
.TagClassName
{
border-color: #0288DA;
}
</style>