Shades of Pacific Blue #0498DA
Tints of Pacific Blue #0498DA
RGB
CMYK
RGB Variations
Color information
#0498DA (or 0x0498DA) is known color: Pacific Blue. HEX triplet: 04, 98 and DA. RGB value is (4,152,218). Sum of RGB (Red+Green+Blue) = 4+152+218=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #0498DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498DA is #FB6725. Grayscale: #727272. Windows color (decimal): -16475942 or 14325764. OLE color: 14325764.
HSL color Cylindrical-coordinate representation of color #0498DA: hue angle of 198.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498DA is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 152 | 218 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.15 |
| HSL | 198.5º | 0.96% | 0.44% | - |
| HSV(B) | 198.5º | 0.98% | 0.85% | - |
| XYZ | 23.93 | 27.54 | 70.38 | - |
| YUV | 115.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 218 | 0.98 | 0.30 | 0 | 0.15 | 198.5 | 0.96 | 0.44 |
| Hex | 4 | 98 | DA | 62 | 1E | 0 | F | C7 | 60 | 2C |
| Octal | 4 | 230 | 332 | 142 | 36 | 0 | 17 | 307 | 140 | 54 |
| Binary | 100 | 10011000 | 11011010 | 1100010 | 11110 | 0 | 1111 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0498DA
Complementary color
Monochromatic Colors of #0498DA
Black with #0498DA
Text Example
Text Example
White with #0498DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498DA; }
p { color: rgb(4,152,218); }
H1.HeaderClassName
{
color: #0498DA;
}
.AnyTagClassName
{
color: #0498DA;
}
</style>
background-color css
<style>
a { background-color: #0498DA; }
a { background-color: rgb(4,152,218); }
div.DivClassName
{
background-color: #0498DA;
}
.BgClassName
{
background-color: #0498DA;
}
</style>
border-color css
<style>
span { border-color: #0498DA; }
span { border-color: rgb(4,152,218); }
td.TdClassName
{
border-color: #0498DA;
}
.TagClassName
{
border-color: #0498DA;
}
</style>