Shades of Pacific Blue #048FDB
Tints of Pacific Blue #048FDB
RGB
CMYK
RGB Variations
Color information
#048FDB (or 0x048FDB) is known color: Pacific Blue. HEX triplet: 04, 8F and DB. RGB value is (4,143,219). Sum of RGB (Red+Green+Blue) = 4+143+219=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #048FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FDB is #FB7024. Grayscale: #6D6D6D. Windows color (decimal): -16478245 or 14388996. OLE color: 14388996.
HSL color Cylindrical-coordinate representation of color #048FDB: hue angle of 201.21º 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 #048FDB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 143 | 219 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.14 |
| HSL | 201.21º | 0.96% | 0.44% | - |
| HSV(B) | 201.21º | 0.98% | 0.86% | - |
| XYZ | 22.66 | 24.79 | 70.61 | - |
| YUV | 110.1 | 189.45 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 219 | 0.98 | 0.35 | 0 | 0.14 | 201.21 | 0.96 | 0.44 |
| Hex | 4 | 8F | DB | 62 | 23 | 0 | E | C9 | 60 | 2C |
| Octal | 4 | 217 | 333 | 142 | 43 | 0 | 16 | 311 | 140 | 54 |
| Binary | 100 | 10001111 | 11011011 | 1100010 | 100011 | 0 | 1110 | 11001001 | 1100000 | 101100 |
Color Harmonies of #048FDB
Complementary color
Monochromatic Colors of #048FDB
Black with #048FDB
Text Example
Text Example
White with #048FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FDB; }
p { color: rgb(4,143,219); }
H1.HeaderClassName
{
color: #048FDB;
}
.AnyTagClassName
{
color: #048FDB;
}
</style>
background-color css
<style>
a { background-color: #048FDB; }
a { background-color: rgb(4,143,219); }
div.DivClassName
{
background-color: #048FDB;
}
.BgClassName
{
background-color: #048FDB;
}
</style>
border-color css
<style>
span { border-color: #048FDB; }
span { border-color: rgb(4,143,219); }
td.TdClassName
{
border-color: #048FDB;
}
.TagClassName
{
border-color: #048FDB;
}
</style>