Shades of Pacific Blue #0499DD
Tints of Pacific Blue #0499DD
RGB
CMYK
RGB Variations
Color information
#0499DD (or 0x0499DD) is known color: Pacific Blue. HEX triplet: 04, 99 and DD. RGB value is (4,153,221). Sum of RGB (Red+Green+Blue) = 4+153+221=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #0499DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499DD is #FB6622. Grayscale: #737373. Windows color (decimal): -16475683 or 14522628. OLE color: 14522628.
HSL color Cylindrical-coordinate representation of color #0499DD: hue angle of 198.8º 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 #0499DD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 153 | 221 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.13 |
| HSL | 198.8º | 0.96% | 0.44% | - |
| HSV(B) | 198.8º | 0.98% | 0.87% | - |
| XYZ | 24.49 | 28.03 | 72.53 | - |
| YUV | 116.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 221 | 0.98 | 0.31 | 0 | 0.13 | 198.8 | 0.96 | 0.44 |
| Hex | 4 | 99 | DD | 62 | 1F | 0 | D | C7 | 60 | 2C |
| Octal | 4 | 231 | 335 | 142 | 37 | 0 | 15 | 307 | 140 | 54 |
| Binary | 100 | 10011001 | 11011101 | 1100010 | 11111 | 0 | 1101 | 11000111 | 1100000 | 101100 |
Color Harmonies of #0499DD
Complementary color
Monochromatic Colors of #0499DD
Black with #0499DD
Text Example
Text Example
White with #0499DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0499DD; }
p { color: rgb(4,153,221); }
H1.HeaderClassName
{
color: #0499DD;
}
.AnyTagClassName
{
color: #0499DD;
}
</style>
background-color css
<style>
a { background-color: #0499DD; }
a { background-color: rgb(4,153,221); }
div.DivClassName
{
background-color: #0499DD;
}
.BgClassName
{
background-color: #0499DD;
}
</style>
border-color css
<style>
span { border-color: #0499DD; }
span { border-color: rgb(4,153,221); }
td.TdClassName
{
border-color: #0499DD;
}
.TagClassName
{
border-color: #0499DD;
}
</style>