Shades of Dodger Blue #048CEC
Tints of Dodger Blue #048CEC
RGB
CMYK
RGB Variations
Color information
#048CEC (or 0x048CEC) is known color: Dodger Blue. HEX triplet: 04, 8C and EC. RGB value is (4,140,236). Sum of RGB (Red+Green+Blue) = 4+140+236=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #048CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048CEC is #FB7313. Grayscale: #6D6D6D. Windows color (decimal): -16478996 or 15502340. OLE color: 15502340.
HSL color Cylindrical-coordinate representation of color #048CEC: hue angle of 204.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CEC is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 140 | 236 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.07 |
| HSL | 204.83º | 0.97% | 0.47% | - |
| HSV(B) | 204.83º | 0.98% | 0.93% | - |
| XYZ | 24.57 | 24.84 | 82.86 | - |
| YUV | 110.28 | 198.94 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 236 | 0.98 | 0.41 | 0 | 0.07 | 204.83 | 0.97 | 0.47 |
| Hex | 4 | 8C | EC | 62 | 29 | 0 | 7 | CD | 61 | 2F |
| Octal | 4 | 214 | 354 | 142 | 51 | 0 | 7 | 315 | 141 | 57 |
| Binary | 100 | 10001100 | 11101100 | 1100010 | 101001 | 0 | 111 | 11001101 | 1100001 | 101111 |
Color Harmonies of #048CEC
Complementary color
Monochromatic Colors of #048CEC
Black with #048CEC
Text Example
Text Example
White with #048CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CEC; }
p { color: rgb(4,140,236); }
H1.HeaderClassName
{
color: #048CEC;
}
.AnyTagClassName
{
color: #048CEC;
}
</style>
background-color css
<style>
a { background-color: #048CEC; }
a { background-color: rgb(4,140,236); }
div.DivClassName
{
background-color: #048CEC;
}
.BgClassName
{
background-color: #048CEC;
}
</style>
border-color css
<style>
span { border-color: #048CEC; }
span { border-color: rgb(4,140,236); }
td.TdClassName
{
border-color: #048CEC;
}
.TagClassName
{
border-color: #048CEC;
}
</style>