Shades of Pacific Blue #048CE1
Tints of Pacific Blue #048CE1
RGB
CMYK
RGB Variations
Color information
#048CE1 (or 0x048CE1) is known color: Pacific Blue. HEX triplet: 04, 8C and E1. RGB value is (4,140,225). Sum of RGB (Red+Green+Blue) = 4+140+225=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #048CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CE1 is #FB731E. Grayscale: #6C6C6C. Windows color (decimal): -16479007 or 14781444. OLE color: 14781444.
HSL color Cylindrical-coordinate representation of color #048CE1: hue angle of 203.08º 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 #048CE1 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 140 | 225 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.12 |
| HSL | 203.08º | 0.97% | 0.45% | - |
| HSV(B) | 203.08º | 0.98% | 0.88% | - |
| XYZ | 23.02 | 24.22 | 74.7 | - |
| YUV | 109.03 | 193.44 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 225 | 0.98 | 0.38 | 0 | 0.12 | 203.08 | 0.97 | 0.45 |
| Hex | 4 | 8C | E1 | 62 | 26 | 0 | C | CB | 61 | 2D |
| Octal | 4 | 214 | 341 | 142 | 46 | 0 | 14 | 313 | 141 | 55 |
| Binary | 100 | 10001100 | 11100001 | 1100010 | 100110 | 0 | 1100 | 11001011 | 1100001 | 101101 |
Color Harmonies of #048CE1
Complementary color
Monochromatic Colors of #048CE1
Black with #048CE1
Text Example
Text Example
White with #048CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CE1; }
p { color: rgb(4,140,225); }
H1.HeaderClassName
{
color: #048CE1;
}
.AnyTagClassName
{
color: #048CE1;
}
</style>
background-color css
<style>
a { background-color: #048CE1; }
a { background-color: rgb(4,140,225); }
div.DivClassName
{
background-color: #048CE1;
}
.BgClassName
{
background-color: #048CE1;
}
</style>
border-color css
<style>
span { border-color: #048CE1; }
span { border-color: rgb(4,140,225); }
td.TdClassName
{
border-color: #048CE1;
}
.TagClassName
{
border-color: #048CE1;
}
</style>