Shades of Dodger Blue #048DF4
Tints of Dodger Blue #048DF4
RGB
CMYK
RGB Variations
Color information
#048DF4 (or 0x048DF4) is known color: Dodger Blue. HEX triplet: 04, 8D and F4. RGB value is (4,141,244). Sum of RGB (Red+Green+Blue) = 4+141+244=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #048DF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DF4 is #FB720B. Grayscale: #6F6F6F. Windows color (decimal): -16478732 or 16026884. OLE color: 16026884.
HSL color Cylindrical-coordinate representation of color #048DF4: hue angle of 205.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DF4 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 141 | 244 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.04 |
| HSL | 205.75º | 0.97% | 0.49% | - |
| HSV(B) | 205.75º | 0.98% | 0.96% | - |
| XYZ | 25.9 | 25.61 | 89.17 | - |
| YUV | 111.78 | 202.61 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 244 | 0.98 | 0.42 | 0 | 0.04 | 205.75 | 0.97 | 0.49 |
| Hex | 4 | 8D | F4 | 62 | 2A | 0 | 4 | CE | 61 | 31 |
| Octal | 4 | 215 | 364 | 142 | 52 | 0 | 4 | 316 | 141 | 61 |
| Binary | 100 | 10001101 | 11110100 | 1100010 | 101010 | 0 | 100 | 11001110 | 1100001 | 110001 |
Color Harmonies of #048DF4
Complementary color
Monochromatic Colors of #048DF4
Black with #048DF4
Text Example
Text Example
White with #048DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DF4; }
p { color: rgb(4,141,244); }
H1.HeaderClassName
{
color: #048DF4;
}
.AnyTagClassName
{
color: #048DF4;
}
</style>
background-color css
<style>
a { background-color: #048DF4; }
a { background-color: rgb(4,141,244); }
div.DivClassName
{
background-color: #048DF4;
}
.BgClassName
{
background-color: #048DF4;
}
</style>
border-color css
<style>
span { border-color: #048DF4; }
span { border-color: rgb(4,141,244); }
td.TdClassName
{
border-color: #048DF4;
}
.TagClassName
{
border-color: #048DF4;
}
</style>