Shades of Pacific Blue #048FE1
Tints of Pacific Blue #048FE1
RGB
CMYK
RGB Variations
Color information
#048FE1 (or 0x048FE1) is known color: Pacific Blue. HEX triplet: 04, 8F and E1. RGB value is (4,143,225). Sum of RGB (Red+Green+Blue) = 4+143+225=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #048FE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FE1 is #FB701E. Grayscale: #6E6E6E. Windows color (decimal): -16478239 or 14782212. OLE color: 14782212.
HSL color Cylindrical-coordinate representation of color #048FE1: hue angle of 202.26º 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 #048FE1 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 143 | 225 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.12 |
| HSL | 202.26º | 0.97% | 0.45% | - |
| HSV(B) | 202.26º | 0.98% | 0.88% | - |
| XYZ | 23.46 | 25.11 | 74.84 | - |
| YUV | 110.79 | 192.45 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 225 | 0.98 | 0.36 | 0 | 0.12 | 202.26 | 0.97 | 0.45 |
| Hex | 4 | 8F | E1 | 62 | 24 | 0 | C | CA | 61 | 2D |
| Octal | 4 | 217 | 341 | 142 | 44 | 0 | 14 | 312 | 141 | 55 |
| Binary | 100 | 10001111 | 11100001 | 1100010 | 100100 | 0 | 1100 | 11001010 | 1100001 | 101101 |
Color Harmonies of #048FE1
Complementary color
Monochromatic Colors of #048FE1
Black with #048FE1
Text Example
Text Example
White with #048FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FE1; }
p { color: rgb(4,143,225); }
H1.HeaderClassName
{
color: #048FE1;
}
.AnyTagClassName
{
color: #048FE1;
}
</style>
background-color css
<style>
a { background-color: #048FE1; }
a { background-color: rgb(4,143,225); }
div.DivClassName
{
background-color: #048FE1;
}
.BgClassName
{
background-color: #048FE1;
}
</style>
border-color css
<style>
span { border-color: #048FE1; }
span { border-color: rgb(4,143,225); }
td.TdClassName
{
border-color: #048FE1;
}
.TagClassName
{
border-color: #048FE1;
}
</style>