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