Shades of Pacific Blue #048EE1
Tints of Pacific Blue #048EE1
RGB
CMYK
RGB Variations
Color information
#048EE1 (or 0x048EE1) is known color: Pacific Blue. HEX triplet: 04, 8E and E1. RGB value is (4,142,225). Sum of RGB (Red+Green+Blue) = 4+142+225=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #048EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EE1 is #FB711E. Grayscale: #6D6D6D. Windows color (decimal): -16478495 or 14781956. OLE color: 14781956.
HSL color Cylindrical-coordinate representation of color #048EE1: hue angle of 202.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EE1 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 142 | 225 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.12 |
| HSL | 202.53º | 0.97% | 0.45% | - |
| HSV(B) | 202.53º | 0.98% | 0.88% | - |
| XYZ | 23.31 | 24.81 | 74.79 | - |
| YUV | 110.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 225 | 0.98 | 0.37 | 0 | 0.12 | 202.53 | 0.97 | 0.45 |
| Hex | 4 | 8E | E1 | 62 | 25 | 0 | C | CB | 61 | 2D |
| Octal | 4 | 216 | 341 | 142 | 45 | 0 | 14 | 313 | 141 | 55 |
| Binary | 100 | 10001110 | 11100001 | 1100010 | 100101 | 0 | 1100 | 11001011 | 1100001 | 101101 |
Color Harmonies of #048EE1
Complementary color
Monochromatic Colors of #048EE1
Black with #048EE1
Text Example
Text Example
White with #048EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EE1; }
p { color: rgb(4,142,225); }
H1.HeaderClassName
{
color: #048EE1;
}
.AnyTagClassName
{
color: #048EE1;
}
</style>
background-color css
<style>
a { background-color: #048EE1; }
a { background-color: rgb(4,142,225); }
div.DivClassName
{
background-color: #048EE1;
}
.BgClassName
{
background-color: #048EE1;
}
</style>
border-color css
<style>
span { border-color: #048EE1; }
span { border-color: rgb(4,142,225); }
td.TdClassName
{
border-color: #048EE1;
}
.TagClassName
{
border-color: #048EE1;
}
</style>