Shades of Dodger Blue #048FED
Tints of Dodger Blue #048FED
RGB
CMYK
RGB Variations
Color information
#048FED (or 0x048FED) is known color: Dodger Blue. HEX triplet: 04, 8F and ED. RGB value is (4,143,237). Sum of RGB (Red+Green+Blue) = 4+143+237=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #048FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FED is #FB7012. Grayscale: #6F6F6F. Windows color (decimal): -16478227 or 15568644. OLE color: 15568644.
HSL color Cylindrical-coordinate representation of color #048FED: hue angle of 204.21º 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 #048FED is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 143 | 237 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.07 |
| HSL | 204.21º | 0.97% | 0.47% | - |
| HSV(B) | 204.21º | 0.98% | 0.93% | - |
| XYZ | 25.16 | 25.79 | 83.77 | - |
| YUV | 112.16 | 198.45 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 237 | 0.98 | 0.40 | 0 | 0.07 | 204.21 | 0.97 | 0.47 |
| Hex | 4 | 8F | ED | 62 | 28 | 0 | 7 | CC | 61 | 2F |
| Octal | 4 | 217 | 355 | 142 | 50 | 0 | 7 | 314 | 141 | 57 |
| Binary | 100 | 10001111 | 11101101 | 1100010 | 101000 | 0 | 111 | 11001100 | 1100001 | 101111 |
Color Harmonies of #048FED
Complementary color
Monochromatic Colors of #048FED
Black with #048FED
Text Example
Text Example
White with #048FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FED; }
p { color: rgb(4,143,237); }
H1.HeaderClassName
{
color: #048FED;
}
.AnyTagClassName
{
color: #048FED;
}
</style>
background-color css
<style>
a { background-color: #048FED; }
a { background-color: rgb(4,143,237); }
div.DivClassName
{
background-color: #048FED;
}
.BgClassName
{
background-color: #048FED;
}
</style>
border-color css
<style>
span { border-color: #048FED; }
span { border-color: rgb(4,143,237); }
td.TdClassName
{
border-color: #048FED;
}
.TagClassName
{
border-color: #048FED;
}
</style>