Shades of Dodger Blue #048DF2
Tints of Dodger Blue #048DF2
RGB
CMYK
RGB Variations
Color information
#048DF2 (or 0x048DF2) is known color: Dodger Blue. HEX triplet: 04, 8D and F2. RGB value is (4,141,242). Sum of RGB (Red+Green+Blue) = 4+141+242=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #048DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DF2 is #FB720D. Grayscale: #6F6F6F. Windows color (decimal): -16478734 or 15895812. OLE color: 15895812.
HSL color Cylindrical-coordinate representation of color #048DF2: hue angle of 205.46º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DF2 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 141 | 242 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.05 |
| HSL | 205.46º | 0.97% | 0.48% | - |
| HSV(B) | 205.46º | 0.98% | 0.95% | - |
| XYZ | 25.6 | 25.49 | 87.57 | - |
| YUV | 111.55 | 201.61 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 242 | 0.98 | 0.42 | 0 | 0.05 | 205.46 | 0.97 | 0.48 |
| Hex | 4 | 8D | F2 | 62 | 2A | 0 | 5 | CD | 61 | 30 |
| Octal | 4 | 215 | 362 | 142 | 52 | 0 | 5 | 315 | 141 | 60 |
| Binary | 100 | 10001101 | 11110010 | 1100010 | 101010 | 0 | 101 | 11001101 | 1100001 | 110000 |
Color Harmonies of #048DF2
Complementary color
Monochromatic Colors of #048DF2
Black with #048DF2
Text Example
Text Example
White with #048DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DF2; }
p { color: rgb(4,141,242); }
H1.HeaderClassName
{
color: #048DF2;
}
.AnyTagClassName
{
color: #048DF2;
}
</style>
background-color css
<style>
a { background-color: #048DF2; }
a { background-color: rgb(4,141,242); }
div.DivClassName
{
background-color: #048DF2;
}
.BgClassName
{
background-color: #048DF2;
}
</style>
border-color css
<style>
span { border-color: #048DF2; }
span { border-color: rgb(4,141,242); }
td.TdClassName
{
border-color: #048DF2;
}
.TagClassName
{
border-color: #048DF2;
}
</style>