Shades of Pacific Blue #048EE0
Tints of Pacific Blue #048EE0
RGB
CMYK
RGB Variations
Color information
#048EE0 (or 0x048EE0) is known color: Pacific Blue. HEX triplet: 04, 8E and E0. RGB value is (4,142,224). Sum of RGB (Red+Green+Blue) = 4+142+224=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #048EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EE0 is #FB711F. Grayscale: #6D6D6D. Windows color (decimal): -16478496 or 14716420. OLE color: 14716420.
HSL color Cylindrical-coordinate representation of color #048EE0: hue angle of 202.36º degrees, saturation: 0.96, 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 #048EE0 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 142 | 224 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.12 |
| HSL | 202.36º | 0.96% | 0.45% | - |
| HSV(B) | 202.36º | 0.98% | 0.88% | - |
| XYZ | 23.18 | 24.75 | 74.08 | - |
| YUV | 110.09 | 192.28 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 224 | 0.98 | 0.37 | 0 | 0.12 | 202.36 | 0.96 | 0.45 |
| Hex | 4 | 8E | E0 | 62 | 25 | 0 | C | CA | 60 | 2D |
| Octal | 4 | 216 | 340 | 142 | 45 | 0 | 14 | 312 | 140 | 55 |
| Binary | 100 | 10001110 | 11100000 | 1100010 | 100101 | 0 | 1100 | 11001010 | 1100000 | 101101 |
Color Harmonies of #048EE0
Complementary color
Monochromatic Colors of #048EE0
Black with #048EE0
Text Example
Text Example
White with #048EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EE0; }
p { color: rgb(4,142,224); }
H1.HeaderClassName
{
color: #048EE0;
}
.AnyTagClassName
{
color: #048EE0;
}
</style>
background-color css
<style>
a { background-color: #048EE0; }
a { background-color: rgb(4,142,224); }
div.DivClassName
{
background-color: #048EE0;
}
.BgClassName
{
background-color: #048EE0;
}
</style>
border-color css
<style>
span { border-color: #048EE0; }
span { border-color: rgb(4,142,224); }
td.TdClassName
{
border-color: #048EE0;
}
.TagClassName
{
border-color: #048EE0;
}
</style>