Shades of Pacific Blue #0298CE
Tints of Pacific Blue #0298CE
RGB
CMYK
RGB Variations
Color information
#0298CE (or 0x0298CE) is known color: Pacific Blue. HEX triplet: 02, 98 and CE. RGB value is (2,152,206). Sum of RGB (Red+Green+Blue) = 2+152+206=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #0298CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298CE is #FD6731. Grayscale: #707070. Windows color (decimal): -16607026 or 13539330. OLE color: 13539330.
HSL color Cylindrical-coordinate representation of color #0298CE: hue angle of 195.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298CE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 152 | 206 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.19 |
| HSL | 195.88º | 0.98% | 0.41% | - |
| HSV(B) | 195.88º | 0.99% | 0.81% | - |
| XYZ | 22.39 | 26.93 | 62.41 | - |
| YUV | 113.31 | 180.31 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 206 | 0.99 | 0.26 | 0 | 0.19 | 195.88 | 0.98 | 0.41 |
| Hex | 2 | 98 | CE | 63 | 1A | 0 | 13 | C4 | 62 | 29 |
| Octal | 2 | 230 | 316 | 143 | 32 | 0 | 23 | 304 | 142 | 51 |
| Binary | 10 | 10011000 | 11001110 | 1100011 | 11010 | 0 | 10011 | 11000100 | 1100010 | 101001 |
Color Harmonies of #0298CE
Complementary color
Monochromatic Colors of #0298CE
Black with #0298CE
Text Example
Text Example
White with #0298CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0298CE; }
p { color: rgb(2,152,206); }
H1.HeaderClassName
{
color: #0298CE;
}
.AnyTagClassName
{
color: #0298CE;
}
</style>
background-color css
<style>
a { background-color: #0298CE; }
a { background-color: rgb(2,152,206); }
div.DivClassName
{
background-color: #0298CE;
}
.BgClassName
{
background-color: #0298CE;
}
</style>
border-color css
<style>
span { border-color: #0298CE; }
span { border-color: rgb(2,152,206); }
td.TdClassName
{
border-color: #0298CE;
}
.TagClassName
{
border-color: #0298CE;
}
</style>