Shades of Pacific Blue #048FE0
Tints of Pacific Blue #048FE0
RGB
CMYK
RGB Variations
Color information
#048FE0 (or 0x048FE0) is known color: Pacific Blue. HEX triplet: 04, 8F and E0. RGB value is (4,143,224). Sum of RGB (Red+Green+Blue) = 4+143+224=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #048FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FE0 is #FB701F. Grayscale: #6E6E6E. Windows color (decimal): -16478240 or 14716676. OLE color: 14716676.
HSL color Cylindrical-coordinate representation of color #048FE0: hue angle of 202.09º 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 #048FE0 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 143 | 224 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.12 |
| HSL | 202.09º | 0.96% | 0.45% | - |
| HSV(B) | 202.09º | 0.98% | 0.88% | - |
| XYZ | 23.33 | 25.05 | 74.13 | - |
| YUV | 110.67 | 191.95 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 224 | 0.98 | 0.36 | 0 | 0.12 | 202.09 | 0.96 | 0.45 |
| Hex | 4 | 8F | E0 | 62 | 24 | 0 | C | CA | 60 | 2D |
| Octal | 4 | 217 | 340 | 142 | 44 | 0 | 14 | 312 | 140 | 55 |
| Binary | 100 | 10001111 | 11100000 | 1100010 | 100100 | 0 | 1100 | 11001010 | 1100000 | 101101 |
Color Harmonies of #048FE0
Complementary color
Monochromatic Colors of #048FE0
Black with #048FE0
Text Example
Text Example
White with #048FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FE0; }
p { color: rgb(4,143,224); }
H1.HeaderClassName
{
color: #048FE0;
}
.AnyTagClassName
{
color: #048FE0;
}
</style>
background-color css
<style>
a { background-color: #048FE0; }
a { background-color: rgb(4,143,224); }
div.DivClassName
{
background-color: #048FE0;
}
.BgClassName
{
background-color: #048FE0;
}
</style>
border-color css
<style>
span { border-color: #048FE0; }
span { border-color: rgb(4,143,224); }
td.TdClassName
{
border-color: #048FE0;
}
.TagClassName
{
border-color: #048FE0;
}
</style>