Shades of Pacific Blue #049FDB
Tints of Pacific Blue #049FDB
RGB
CMYK
RGB Variations
Color information
#049FDB (or 0x049FDB) is known color: Pacific Blue. HEX triplet: 04, 9F and DB. RGB value is (4,159,219). Sum of RGB (Red+Green+Blue) = 4+159+219=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #049FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049FDB is #FB6024. Grayscale: #777777. Windows color (decimal): -16474149 or 14393092. OLE color: 14393092.
HSL color Cylindrical-coordinate representation of color #049FDB: hue angle of 196.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049FDB is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 159 | 219 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.14 |
| HSL | 196.74º | 0.96% | 0.44% | - |
| HSV(B) | 196.74º | 0.98% | 0.86% | - |
| XYZ | 25.23 | 29.94 | 71.47 | - |
| YUV | 119.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 219 | 0.98 | 0.27 | 0 | 0.14 | 196.74 | 0.96 | 0.44 |
| Hex | 4 | 9F | DB | 62 | 1B | 0 | E | C5 | 60 | 2C |
| Octal | 4 | 237 | 333 | 142 | 33 | 0 | 16 | 305 | 140 | 54 |
| Binary | 100 | 10011111 | 11011011 | 1100010 | 11011 | 0 | 1110 | 11000101 | 1100000 | 101100 |
Color Harmonies of #049FDB
Complementary color
Monochromatic Colors of #049FDB
Black with #049FDB
Text Example
Text Example
White with #049FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049FDB; }
p { color: rgb(4,159,219); }
H1.HeaderClassName
{
color: #049FDB;
}
.AnyTagClassName
{
color: #049FDB;
}
</style>
background-color css
<style>
a { background-color: #049FDB; }
a { background-color: rgb(4,159,219); }
div.DivClassName
{
background-color: #049FDB;
}
.BgClassName
{
background-color: #049FDB;
}
</style>
border-color css
<style>
span { border-color: #049FDB; }
span { border-color: rgb(4,159,219); }
td.TdClassName
{
border-color: #049FDB;
}
.TagClassName
{
border-color: #049FDB;
}
</style>