Shades of Dodger Blue #048DFB
Tints of Dodger Blue #048DFB
RGB
CMYK
RGB Variations
Color information
#048DFB (or 0x048DFB) is known color: Dodger Blue. HEX triplet: 04, 8D and FB. RGB value is (4,141,251). Sum of RGB (Red+Green+Blue) = 4+141+251=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #048DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048DFB is #FB7204. Grayscale: #707070. Windows color (decimal): -16478725 or 16485636. OLE color: 16485636.
HSL color Cylindrical-coordinate representation of color #048DFB: hue angle of 206.72º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DFB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 141 | 251 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.02 |
| HSL | 206.72º | 0.97% | 0.5% | - |
| HSV(B) | 206.72º | 0.98% | 0.98% | - |
| XYZ | 26.99 | 26.04 | 94.87 | - |
| YUV | 112.58 | 206.11 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 251 | 0.98 | 0.44 | 0 | 0.02 | 206.72 | 0.97 | 0.5 |
| Hex | 4 | 8D | FB | 62 | 2C | 0 | 2 | CF | 61 | 32 |
| Octal | 4 | 215 | 373 | 142 | 54 | 0 | 2 | 317 | 141 | 62 |
| Binary | 100 | 10001101 | 11111011 | 1100010 | 101100 | 0 | 10 | 11001111 | 1100001 | 110010 |
Color Harmonies of #048DFB
Complementary color
Monochromatic Colors of #048DFB
Black with #048DFB
Text Example
Text Example
White with #048DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DFB; }
p { color: rgb(4,141,251); }
H1.HeaderClassName
{
color: #048DFB;
}
.AnyTagClassName
{
color: #048DFB;
}
</style>
background-color css
<style>
a { background-color: #048DFB; }
a { background-color: rgb(4,141,251); }
div.DivClassName
{
background-color: #048DFB;
}
.BgClassName
{
background-color: #048DFB;
}
</style>
border-color css
<style>
span { border-color: #048DFB; }
span { border-color: rgb(4,141,251); }
td.TdClassName
{
border-color: #048DFB;
}
.TagClassName
{
border-color: #048DFB;
}
</style>