Shades of Pacific Blue #049FDD
Tints of Pacific Blue #049FDD
RGB
CMYK
RGB Variations
Color information
#049FDD (or 0x049FDD) is known color: Pacific Blue. HEX triplet: 04, 9F and DD. RGB value is (4,159,221). Sum of RGB (Red+Green+Blue) = 4+159+221=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #049FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FDD is #FB6022. Grayscale: #777777. Windows color (decimal): -16474147 or 14524164. OLE color: 14524164.
HSL color Cylindrical-coordinate representation of color #049FDD: hue angle of 197.14º 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 #049FDD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 159 | 221 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.13 |
| HSL | 197.14º | 0.96% | 0.44% | - |
| HSV(B) | 197.14º | 0.98% | 0.87% | - |
| XYZ | 25.5 | 30.04 | 72.86 | - |
| YUV | 119.72 | 185.15 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 221 | 0.98 | 0.28 | 0 | 0.13 | 197.14 | 0.96 | 0.44 |
| Hex | 4 | 9F | DD | 62 | 1C | 0 | D | C5 | 60 | 2C |
| Octal | 4 | 237 | 335 | 142 | 34 | 0 | 15 | 305 | 140 | 54 |
| Binary | 100 | 10011111 | 11011101 | 1100010 | 11100 | 0 | 1101 | 11000101 | 1100000 | 101100 |
Color Harmonies of #049FDD
Complementary color
Monochromatic Colors of #049FDD
Black with #049FDD
Text Example
Text Example
White with #049FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FDD; }
p { color: rgb(4,159,221); }
H1.HeaderClassName
{
color: #049FDD;
}
.AnyTagClassName
{
color: #049FDD;
}
</style>
background-color css
<style>
a { background-color: #049FDD; }
a { background-color: rgb(4,159,221); }
div.DivClassName
{
background-color: #049FDD;
}
.BgClassName
{
background-color: #049FDD;
}
</style>
border-color css
<style>
span { border-color: #049FDD; }
span { border-color: rgb(4,159,221); }
td.TdClassName
{
border-color: #049FDD;
}
.TagClassName
{
border-color: #049FDD;
}
</style>