Shades of Pacific Blue #048CDD
Tints of Pacific Blue #048CDD
RGB
CMYK
RGB Variations
Color information
#048CDD (or 0x048CDD) is known color: Pacific Blue. HEX triplet: 04, 8C and DD. RGB value is (4,140,221). Sum of RGB (Red+Green+Blue) = 4+140+221=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #048CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CDD is #FB7322. Grayscale: #6C6C6C. Windows color (decimal): -16479011 or 14519300. OLE color: 14519300.
HSL color Cylindrical-coordinate representation of color #048CDD: hue angle of 202.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CDD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 140 | 221 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.13 |
| HSL | 202.4º | 0.96% | 0.44% | - |
| HSV(B) | 202.4º | 0.98% | 0.87% | - |
| XYZ | 22.48 | 24 | 71.85 | - |
| YUV | 108.57 | 191.44 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 221 | 0.98 | 0.37 | 0 | 0.13 | 202.4 | 0.96 | 0.44 |
| Hex | 4 | 8C | DD | 62 | 25 | 0 | D | CA | 60 | 2C |
| Octal | 4 | 214 | 335 | 142 | 45 | 0 | 15 | 312 | 140 | 54 |
| Binary | 100 | 10001100 | 11011101 | 1100010 | 100101 | 0 | 1101 | 11001010 | 1100000 | 101100 |
Color Harmonies of #048CDD
Complementary color
Monochromatic Colors of #048CDD
Black with #048CDD
Text Example
Text Example
White with #048CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CDD; }
p { color: rgb(4,140,221); }
H1.HeaderClassName
{
color: #048CDD;
}
.AnyTagClassName
{
color: #048CDD;
}
</style>
background-color css
<style>
a { background-color: #048CDD; }
a { background-color: rgb(4,140,221); }
div.DivClassName
{
background-color: #048CDD;
}
.BgClassName
{
background-color: #048CDD;
}
</style>
border-color css
<style>
span { border-color: #048CDD; }
span { border-color: rgb(4,140,221); }
td.TdClassName
{
border-color: #048CDD;
}
.TagClassName
{
border-color: #048CDD;
}
</style>