Shades of Pacific Blue #048EDC
Tints of Pacific Blue #048EDC
RGB
CMYK
RGB Variations
Color information
#048EDC (or 0x048EDC) is known color: Pacific Blue. HEX triplet: 04, 8E and DC. RGB value is (4,142,220). Sum of RGB (Red+Green+Blue) = 4+142+220=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #048EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EDC is #FB7123. Grayscale: #6D6D6D. Windows color (decimal): -16478500 or 14454276. OLE color: 14454276.
HSL color Cylindrical-coordinate representation of color #048EDC: hue angle of 201.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EDC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 142 | 220 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.14 |
| HSL | 201.67º | 0.96% | 0.44% | - |
| HSV(B) | 201.67º | 0.98% | 0.86% | - |
| XYZ | 22.64 | 24.54 | 71.25 | - |
| YUV | 109.63 | 190.28 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 220 | 0.98 | 0.35 | 0 | 0.14 | 201.67 | 0.96 | 0.44 |
| Hex | 4 | 8E | DC | 62 | 23 | 0 | E | CA | 60 | 2C |
| Octal | 4 | 216 | 334 | 142 | 43 | 0 | 16 | 312 | 140 | 54 |
| Binary | 100 | 10001110 | 11011100 | 1100010 | 100011 | 0 | 1110 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048EDC
Complementary color
Monochromatic Colors of #048EDC
Black with #048EDC
Text Example
Text Example
White with #048EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EDC; }
p { color: rgb(4,142,220); }
H1.HeaderClassName
{
color: #048EDC;
}
.AnyTagClassName
{
color: #048EDC;
}
</style>
background-color css
<style>
a { background-color: #048EDC; }
a { background-color: rgb(4,142,220); }
div.DivClassName
{
background-color: #048EDC;
}
.BgClassName
{
background-color: #048EDC;
}
</style>
border-color css
<style>
span { border-color: #048EDC; }
span { border-color: rgb(4,142,220); }
td.TdClassName
{
border-color: #048EDC;
}
.TagClassName
{
border-color: #048EDC;
}
</style>