Shades of Pacific Blue #048EC5
Tints of Pacific Blue #048EC5
RGB
CMYK
RGB Variations
Color information
#048EC5 (or 0x048EC5) is known color: Pacific Blue. HEX triplet: 04, 8E and C5. RGB value is (4,142,197). Sum of RGB (Red+Green+Blue) = 4+142+197=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #048EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EC5 is #FB713A. Grayscale: #6A6A6A. Windows color (decimal): -16478523 or 12946948. OLE color: 12946948.
HSL color Cylindrical-coordinate representation of color #048EC5: hue angle of 197.1º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EC5 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 142 | 197 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.23 |
| HSL | 197.1º | 0.96% | 0.39% | - |
| HSV(B) | 197.1º | 0.98% | 0.77% | - |
| XYZ | 19.8 | 23.4 | 56.3 | - |
| YUV | 107.01 | 178.78 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 197 | 0.98 | 0.28 | 0 | 0.23 | 197.1 | 0.96 | 0.39 |
| Hex | 4 | 8E | C5 | 62 | 1C | 0 | 17 | C5 | 60 | 27 |
| Octal | 4 | 216 | 305 | 142 | 34 | 0 | 27 | 305 | 140 | 47 |
| Binary | 100 | 10001110 | 11000101 | 1100010 | 11100 | 0 | 10111 | 11000101 | 1100000 | 100111 |
Color Harmonies of #048EC5
Complementary color
Monochromatic Colors of #048EC5
Black with #048EC5
Text Example
Text Example
White with #048EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EC5; }
p { color: rgb(4,142,197); }
H1.HeaderClassName
{
color: #048EC5;
}
.AnyTagClassName
{
color: #048EC5;
}
</style>
background-color css
<style>
a { background-color: #048EC5; }
a { background-color: rgb(4,142,197); }
div.DivClassName
{
background-color: #048EC5;
}
.BgClassName
{
background-color: #048EC5;
}
</style>
border-color css
<style>
span { border-color: #048EC5; }
span { border-color: rgb(4,142,197); }
td.TdClassName
{
border-color: #048EC5;
}
.TagClassName
{
border-color: #048EC5;
}
</style>