Shades of Pacific Blue #048CDC
Tints of Pacific Blue #048CDC
RGB
CMYK
RGB Variations
Color information
#048CDC (or 0x048CDC) is known color: Pacific Blue. HEX triplet: 04, 8C and DC. RGB value is (4,140,220). Sum of RGB (Red+Green+Blue) = 4+140+220=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #048CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CDC is #FB7323. Grayscale: #6C6C6C. Windows color (decimal): -16479012 or 14453764. OLE color: 14453764.
HSL color Cylindrical-coordinate representation of color #048CDC: hue angle of 202.22º 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 #048CDC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 140 | 220 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.14 |
| HSL | 202.22º | 0.96% | 0.44% | - |
| HSV(B) | 202.22º | 0.98% | 0.86% | - |
| XYZ | 22.35 | 23.95 | 71.16 | - |
| YUV | 108.46 | 190.94 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 220 | 0.98 | 0.36 | 0 | 0.14 | 202.22 | 0.96 | 0.44 |
| Hex | 4 | 8C | DC | 62 | 24 | 0 | E | CA | 60 | 2C |
| Octal | 4 | 214 | 334 | 142 | 44 | 0 | 16 | 312 | 140 | 54 |
| Binary | 100 | 10001100 | 11011100 | 1100010 | 100100 | 0 | 1110 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048CDC
Complementary color
Monochromatic Colors of #048CDC
Black with #048CDC
Text Example
Text Example
White with #048CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CDC; }
p { color: rgb(4,140,220); }
H1.HeaderClassName
{
color: #048CDC;
}
.AnyTagClassName
{
color: #048CDC;
}
</style>
background-color css
<style>
a { background-color: #048CDC; }
a { background-color: rgb(4,140,220); }
div.DivClassName
{
background-color: #048CDC;
}
.BgClassName
{
background-color: #048CDC;
}
</style>
border-color css
<style>
span { border-color: #048CDC; }
span { border-color: rgb(4,140,220); }
td.TdClassName
{
border-color: #048CDC;
}
.TagClassName
{
border-color: #048CDC;
}
</style>