Shades of Dodger Blue #048DFC
Tints of Dodger Blue #048DFC
RGB
CMYK
RGB Variations
Color information
#048DFC (or 0x048DFC) is known color: Dodger Blue. HEX triplet: 04, 8D and FC. RGB value is (4,141,252). Sum of RGB (Red+Green+Blue) = 4+141+252=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #048DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DFC is #FB7203. Grayscale: #707070. Windows color (decimal): -16478724 or 16551172. OLE color: 16551172.
HSL color Cylindrical-coordinate representation of color #048DFC: hue angle of 206.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DFC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 141 | 252 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.01 |
| HSL | 206.85º | 0.98% | 0.5% | - |
| HSV(B) | 206.85º | 0.98% | 0.99% | - |
| XYZ | 27.15 | 26.1 | 95.7 | - |
| YUV | 112.69 | 206.61 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 252 | 0.98 | 0.44 | 0 | 0.01 | 206.85 | 0.98 | 0.5 |
| Hex | 4 | 8D | FC | 62 | 2C | 0 | 1 | CF | 62 | 32 |
| Octal | 4 | 215 | 374 | 142 | 54 | 0 | 1 | 317 | 142 | 62 |
| Binary | 100 | 10001101 | 11111100 | 1100010 | 101100 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #048DFC
Complementary color
Monochromatic Colors of #048DFC
Black with #048DFC
Text Example
Text Example
White with #048DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DFC; }
p { color: rgb(4,141,252); }
H1.HeaderClassName
{
color: #048DFC;
}
.AnyTagClassName
{
color: #048DFC;
}
</style>
background-color css
<style>
a { background-color: #048DFC; }
a { background-color: rgb(4,141,252); }
div.DivClassName
{
background-color: #048DFC;
}
.BgClassName
{
background-color: #048DFC;
}
</style>
border-color css
<style>
span { border-color: #048DFC; }
span { border-color: rgb(4,141,252); }
td.TdClassName
{
border-color: #048DFC;
}
.TagClassName
{
border-color: #048DFC;
}
</style>