Shades of Dodger Blue #048FEC
Tints of Dodger Blue #048FEC
RGB
CMYK
RGB Variations
Color information
#048FEC (or 0x048FEC) is known color: Dodger Blue. HEX triplet: 04, 8F and EC. RGB value is (4,143,236). Sum of RGB (Red+Green+Blue) = 4+143+236=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #048FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FEC is #FB7013. Grayscale: #6F6F6F. Windows color (decimal): -16478228 or 15503108. OLE color: 15503108.
HSL color Cylindrical-coordinate representation of color #048FEC: hue angle of 204.05º 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 #048FEC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 143 | 236 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.07 |
| HSL | 204.05º | 0.97% | 0.47% | - |
| HSV(B) | 204.05º | 0.98% | 0.93% | - |
| XYZ | 25.01 | 25.73 | 83 | - |
| YUV | 112.04 | 197.95 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 236 | 0.98 | 0.39 | 0 | 0.07 | 204.05 | 0.97 | 0.47 |
| Hex | 4 | 8F | EC | 62 | 27 | 0 | 7 | CC | 61 | 2F |
| Octal | 4 | 217 | 354 | 142 | 47 | 0 | 7 | 314 | 141 | 57 |
| Binary | 100 | 10001111 | 11101100 | 1100010 | 100111 | 0 | 111 | 11001100 | 1100001 | 101111 |
Color Harmonies of #048FEC
Complementary color
Monochromatic Colors of #048FEC
Black with #048FEC
Text Example
Text Example
White with #048FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FEC; }
p { color: rgb(4,143,236); }
H1.HeaderClassName
{
color: #048FEC;
}
.AnyTagClassName
{
color: #048FEC;
}
</style>
background-color css
<style>
a { background-color: #048FEC; }
a { background-color: rgb(4,143,236); }
div.DivClassName
{
background-color: #048FEC;
}
.BgClassName
{
background-color: #048FEC;
}
</style>
border-color css
<style>
span { border-color: #048FEC; }
span { border-color: rgb(4,143,236); }
td.TdClassName
{
border-color: #048FEC;
}
.TagClassName
{
border-color: #048FEC;
}
</style>