Shades of Pacific Blue #0498DD
Tints of Pacific Blue #0498DD
RGB
CMYK
RGB Variations
Color information
#0498DD (or 0x0498DD) is known color: Pacific Blue. HEX triplet: 04, 98 and DD. RGB value is (4,152,221). Sum of RGB (Red+Green+Blue) = 4+152+221=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0498DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498DD is #FB6722. Grayscale: #737373. Windows color (decimal): -16475939 or 14522372. OLE color: 14522372.
HSL color Cylindrical-coordinate representation of color #0498DD: hue angle of 199.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498DD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 152 | 221 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.13 |
| HSL | 199.08º | 0.96% | 0.44% | - |
| HSV(B) | 199.08º | 0.98% | 0.87% | - |
| XYZ | 24.33 | 27.7 | 72.47 | - |
| YUV | 115.61 | 187.47 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 221 | 0.98 | 0.31 | 0 | 0.13 | 199.08 | 0.96 | 0.44 |
| Hex | 4 | 98 | DD | 62 | 1F | 0 | D | C7 | 60 | 2C |
| Octal | 4 | 230 | 335 | 142 | 37 | 0 | 15 | 307 | 140 | 54 |
| Binary | 100 | 10011000 | 11011101 | 1100010 | 11111 | 0 | 1101 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0498DD
Complementary color
Monochromatic Colors of #0498DD
Black with #0498DD
Text Example
Text Example
White with #0498DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498DD; }
p { color: rgb(4,152,221); }
H1.HeaderClassName
{
color: #0498DD;
}
.AnyTagClassName
{
color: #0498DD;
}
</style>
background-color css
<style>
a { background-color: #0498DD; }
a { background-color: rgb(4,152,221); }
div.DivClassName
{
background-color: #0498DD;
}
.BgClassName
{
background-color: #0498DD;
}
</style>
border-color css
<style>
span { border-color: #0498DD; }
span { border-color: rgb(4,152,221); }
td.TdClassName
{
border-color: #0498DD;
}
.TagClassName
{
border-color: #0498DD;
}
</style>