Shades of Pacific Blue #0289DC
Tints of Pacific Blue #0289DC
RGB
CMYK
RGB Variations
Color information
#0289DC (or 0x0289DC) is known color: Pacific Blue. HEX triplet: 02, 89 and DC. RGB value is (2,137,220). Sum of RGB (Red+Green+Blue) = 2+137+220=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #0289DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0289DC is #FD7623. Grayscale: #696969. Windows color (decimal): -16610852 or 14452994. OLE color: 14452994.
HSL color Cylindrical-coordinate representation of color #0289DC: hue angle of 202.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289DC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 137 | 220 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.14 |
| HSL | 202.84º | 0.98% | 0.44% | - |
| HSV(B) | 202.84º | 0.99% | 0.86% | - |
| XYZ | 21.89 | 23.07 | 71.01 | - |
| YUV | 106.1 | 192.27 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 220 | 0.99 | 0.38 | 0 | 0.14 | 202.84 | 0.98 | 0.44 |
| Hex | 2 | 89 | DC | 63 | 26 | 0 | E | CB | 62 | 2C |
| Octal | 2 | 211 | 334 | 143 | 46 | 0 | 16 | 313 | 142 | 54 |
| Binary | 10 | 10001001 | 11011100 | 1100011 | 100110 | 0 | 1110 | 11001011 | 1100010 | 101100 |
Color Harmonies of #0289DC
Complementary color
Monochromatic Colors of #0289DC
Black with #0289DC
Text Example
Text Example
White with #0289DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289DC; }
p { color: rgb(2,137,220); }
H1.HeaderClassName
{
color: #0289DC;
}
.AnyTagClassName
{
color: #0289DC;
}
</style>
background-color css
<style>
a { background-color: #0289DC; }
a { background-color: rgb(2,137,220); }
div.DivClassName
{
background-color: #0289DC;
}
.BgClassName
{
background-color: #0289DC;
}
</style>
border-color css
<style>
span { border-color: #0289DC; }
span { border-color: rgb(2,137,220); }
td.TdClassName
{
border-color: #0289DC;
}
.TagClassName
{
border-color: #0289DC;
}
</style>