Shades of Pacific Blue #048BE0
Tints of Pacific Blue #048BE0
RGB
CMYK
RGB Variations
Color information
#048BE0 (or 0x048BE0) is known color: Pacific Blue. HEX triplet: 04, 8B and E0. RGB value is (4,139,224). Sum of RGB (Red+Green+Blue) = 4+139+224=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #048BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BE0 is #FB741F. Grayscale: #6B6B6B. Windows color (decimal): -16479264 or 14715652. OLE color: 14715652.
HSL color Cylindrical-coordinate representation of color #048BE0: hue angle of 203.18º 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 #048BE0 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 139 | 224 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.12 |
| HSL | 203.18º | 0.96% | 0.45% | - |
| HSV(B) | 203.18º | 0.98% | 0.88% | - |
| XYZ | 22.74 | 23.87 | 73.93 | - |
| YUV | 108.33 | 193.27 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 224 | 0.98 | 0.38 | 0 | 0.12 | 203.18 | 0.96 | 0.45 |
| Hex | 4 | 8B | E0 | 62 | 26 | 0 | C | CB | 60 | 2D |
| Octal | 4 | 213 | 340 | 142 | 46 | 0 | 14 | 313 | 140 | 55 |
| Binary | 100 | 10001011 | 11100000 | 1100010 | 100110 | 0 | 1100 | 11001011 | 1100000 | 101101 |
Color Harmonies of #048BE0
Complementary color
Monochromatic Colors of #048BE0
Black with #048BE0
Text Example
Text Example
White with #048BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BE0; }
p { color: rgb(4,139,224); }
H1.HeaderClassName
{
color: #048BE0;
}
.AnyTagClassName
{
color: #048BE0;
}
</style>
background-color css
<style>
a { background-color: #048BE0; }
a { background-color: rgb(4,139,224); }
div.DivClassName
{
background-color: #048BE0;
}
.BgClassName
{
background-color: #048BE0;
}
</style>
border-color css
<style>
span { border-color: #048BE0; }
span { border-color: rgb(4,139,224); }
td.TdClassName
{
border-color: #048BE0;
}
.TagClassName
{
border-color: #048BE0;
}
</style>