Shades of Pacific Blue #048EC9
Tints of Pacific Blue #048EC9
RGB
CMYK
RGB Variations
Color information
#048EC9 (or 0x048EC9) is known color: Pacific Blue. HEX triplet: 04, 8E and C9. RGB value is (4,142,201). Sum of RGB (Red+Green+Blue) = 4+142+201=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #048EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EC9 is #FB7136. Grayscale: #6B6B6B. Windows color (decimal): -16478519 or 13209092. OLE color: 13209092.
HSL color Cylindrical-coordinate representation of color #048EC9: hue angle of 197.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EC9 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 142 | 201 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.21 |
| HSL | 197.97º | 0.96% | 0.4% | - |
| HSV(B) | 197.97º | 0.98% | 0.79% | - |
| XYZ | 20.27 | 23.59 | 58.74 | - |
| YUV | 107.46 | 180.78 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 201 | 0.98 | 0.29 | 0 | 0.21 | 197.97 | 0.96 | 0.4 |
| Hex | 4 | 8E | C9 | 62 | 1D | 0 | 15 | C6 | 60 | 28 |
| Octal | 4 | 216 | 311 | 142 | 35 | 0 | 25 | 306 | 140 | 50 |
| Binary | 100 | 10001110 | 11001001 | 1100010 | 11101 | 0 | 10101 | 11000110 | 1100000 | 101000 |
Color Harmonies of #048EC9
Complementary color
Monochromatic Colors of #048EC9
Black with #048EC9
Text Example
Text Example
White with #048EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EC9; }
p { color: rgb(4,142,201); }
H1.HeaderClassName
{
color: #048EC9;
}
.AnyTagClassName
{
color: #048EC9;
}
</style>
background-color css
<style>
a { background-color: #048EC9; }
a { background-color: rgb(4,142,201); }
div.DivClassName
{
background-color: #048EC9;
}
.BgClassName
{
background-color: #048EC9;
}
</style>
border-color css
<style>
span { border-color: #048EC9; }
span { border-color: rgb(4,142,201); }
td.TdClassName
{
border-color: #048EC9;
}
.TagClassName
{
border-color: #048EC9;
}
</style>