Shades of Pacific Blue #0289D3
Tints of Pacific Blue #0289D3
RGB
CMYK
RGB Variations
Color information
#0289D3 (or 0x0289D3) is known color: Pacific Blue. HEX triplet: 02, 89 and D3. RGB value is (2,137,211). Sum of RGB (Red+Green+Blue) = 2+137+211=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 211 (82.81% from 255 or 60.29% from 350); Max value from RGB is 211 - color contains mainly: blue. Hex color #0289D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0289D3 is #FD762C. Grayscale: #686868. Windows color (decimal): -16610861 or 13863170. OLE color: 13863170.
HSL color Cylindrical-coordinate representation of color #0289D3: hue angle of 201.24º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289D3 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 137 | 211 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.17 |
| HSL | 201.24º | 0.98% | 0.42% | - |
| HSV(B) | 201.24º | 0.99% | 0.83% | - |
| XYZ | 20.73 | 22.61 | 64.9 | - |
| YUV | 105.07 | 187.77 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 211 | 0.99 | 0.35 | 0 | 0.17 | 201.24 | 0.98 | 0.42 |
| Hex | 2 | 89 | D3 | 63 | 23 | 0 | 11 | C9 | 62 | 2A |
| Octal | 2 | 211 | 323 | 143 | 43 | 0 | 21 | 311 | 142 | 52 |
| Binary | 10 | 10001001 | 11010011 | 1100011 | 100011 | 0 | 10001 | 11001001 | 1100010 | 101010 |
Color Harmonies of #0289D3
Complementary color
Monochromatic Colors of #0289D3
Black with #0289D3
Text Example
Text Example
White with #0289D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289D3; }
p { color: rgb(2,137,211); }
H1.HeaderClassName
{
color: #0289D3;
}
.AnyTagClassName
{
color: #0289D3;
}
</style>
background-color css
<style>
a { background-color: #0289D3; }
a { background-color: rgb(2,137,211); }
div.DivClassName
{
background-color: #0289D3;
}
.BgClassName
{
background-color: #0289D3;
}
</style>
border-color css
<style>
span { border-color: #0289D3; }
span { border-color: rgb(2,137,211); }
td.TdClassName
{
border-color: #0289D3;
}
.TagClassName
{
border-color: #0289D3;
}
</style>