Shades of Pacific Blue #0298CA
Tints of Pacific Blue #0298CA
RGB
CMYK
RGB Variations
Color information
#0298CA (or 0x0298CA) is known color: Pacific Blue. HEX triplet: 02, 98 and CA. RGB value is (2,152,202). Sum of RGB (Red+Green+Blue) = 2+152+202=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #0298CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298CA is #FD6735. Grayscale: #707070. Windows color (decimal): -16607030 or 13277186. OLE color: 13277186.
HSL color Cylindrical-coordinate representation of color #0298CA: hue angle of 195º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298CA is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 152 | 202 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.21 |
| HSL | 195º | 0.98% | 0.4% | - |
| HSV(B) | 195º | 0.99% | 0.79% | - |
| XYZ | 21.91 | 26.73 | 59.88 | - |
| YUV | 112.85 | 178.31 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 202 | 0.99 | 0.25 | 0 | 0.21 | 195 | 0.98 | 0.4 |
| Hex | 2 | 98 | CA | 63 | 19 | 0 | 15 | C3 | 62 | 28 |
| Octal | 2 | 230 | 312 | 143 | 31 | 0 | 25 | 303 | 142 | 50 |
| Binary | 10 | 10011000 | 11001010 | 1100011 | 11001 | 0 | 10101 | 11000011 | 1100010 | 101000 |
Color Harmonies of #0298CA
Complementary color
Monochromatic Colors of #0298CA
Black with #0298CA
Text Example
Text Example
White with #0298CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0298CA; }
p { color: rgb(2,152,202); }
H1.HeaderClassName
{
color: #0298CA;
}
.AnyTagClassName
{
color: #0298CA;
}
</style>
background-color css
<style>
a { background-color: #0298CA; }
a { background-color: rgb(2,152,202); }
div.DivClassName
{
background-color: #0298CA;
}
.BgClassName
{
background-color: #0298CA;
}
</style>
border-color css
<style>
span { border-color: #0298CA; }
span { border-color: rgb(2,152,202); }
td.TdClassName
{
border-color: #0298CA;
}
.TagClassName
{
border-color: #0298CA;
}
</style>