Shades of Dodger Blue #048DED
Tints of Dodger Blue #048DED
RGB
CMYK
RGB Variations
Color information
#048DED (or 0x048DED) is known color: Dodger Blue. HEX triplet: 04, 8D and ED. RGB value is (4,141,237). Sum of RGB (Red+Green+Blue) = 4+141+237=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #048DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DED is #FB7212. Grayscale: #6E6E6E. Windows color (decimal): -16478739 or 15568132. OLE color: 15568132.
HSL color Cylindrical-coordinate representation of color #048DED: hue angle of 204.72º 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 #048DED is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 141 | 237 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.07 |
| HSL | 204.72º | 0.97% | 0.47% | - |
| HSV(B) | 204.72º | 0.98% | 0.93% | - |
| XYZ | 24.86 | 25.19 | 83.67 | - |
| YUV | 110.98 | 199.11 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 237 | 0.98 | 0.41 | 0 | 0.07 | 204.72 | 0.97 | 0.47 |
| Hex | 4 | 8D | ED | 62 | 29 | 0 | 7 | CD | 61 | 2F |
| Octal | 4 | 215 | 355 | 142 | 51 | 0 | 7 | 315 | 141 | 57 |
| Binary | 100 | 10001101 | 11101101 | 1100010 | 101001 | 0 | 111 | 11001101 | 1100001 | 101111 |
Color Harmonies of #048DED
Complementary color
Monochromatic Colors of #048DED
Black with #048DED
Text Example
Text Example
White with #048DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DED; }
p { color: rgb(4,141,237); }
H1.HeaderClassName
{
color: #048DED;
}
.AnyTagClassName
{
color: #048DED;
}
</style>
background-color css
<style>
a { background-color: #048DED; }
a { background-color: rgb(4,141,237); }
div.DivClassName
{
background-color: #048DED;
}
.BgClassName
{
background-color: #048DED;
}
</style>
border-color css
<style>
span { border-color: #048DED; }
span { border-color: rgb(4,141,237); }
td.TdClassName
{
border-color: #048DED;
}
.TagClassName
{
border-color: #048DED;
}
</style>