Shades of Pacific Blue #048CDF
Tints of Pacific Blue #048CDF
RGB
CMYK
RGB Variations
Color information
#048CDF (or 0x048CDF) is known color: Pacific Blue. HEX triplet: 04, 8C and DF. RGB value is (4,140,223). Sum of RGB (Red+Green+Blue) = 4+140+223=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #048CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CDF is #FB7320. Grayscale: #6C6C6C. Windows color (decimal): -16479009 or 14650372. OLE color: 14650372.
HSL color Cylindrical-coordinate representation of color #048CDF: hue angle of 202.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CDF is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 140 | 223 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.13 |
| HSL | 202.74º | 0.96% | 0.45% | - |
| HSV(B) | 202.74º | 0.98% | 0.87% | - |
| XYZ | 22.75 | 24.11 | 73.27 | - |
| YUV | 108.8 | 192.44 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 223 | 0.98 | 0.37 | 0 | 0.13 | 202.74 | 0.96 | 0.45 |
| Hex | 4 | 8C | DF | 62 | 25 | 0 | D | CB | 60 | 2D |
| Octal | 4 | 214 | 337 | 142 | 45 | 0 | 15 | 313 | 140 | 55 |
| Binary | 100 | 10001100 | 11011111 | 1100010 | 100101 | 0 | 1101 | 11001011 | 1100000 | 101101 |
Color Harmonies of #048CDF
Complementary color
Monochromatic Colors of #048CDF
Black with #048CDF
Text Example
Text Example
White with #048CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CDF; }
p { color: rgb(4,140,223); }
H1.HeaderClassName
{
color: #048CDF;
}
.AnyTagClassName
{
color: #048CDF;
}
</style>
background-color css
<style>
a { background-color: #048CDF; }
a { background-color: rgb(4,140,223); }
div.DivClassName
{
background-color: #048CDF;
}
.BgClassName
{
background-color: #048CDF;
}
</style>
border-color css
<style>
span { border-color: #048CDF; }
span { border-color: rgb(4,140,223); }
td.TdClassName
{
border-color: #048CDF;
}
.TagClassName
{
border-color: #048CDF;
}
</style>