Shades of Dodger Blue #048AFC
Tints of Dodger Blue #048AFC
RGB
CMYK
RGB Variations
Color information
#048AFC (or 0x048AFC) is known color: Dodger Blue. HEX triplet: 04, 8A and FC. RGB value is (4,138,252). Sum of RGB (Red+Green+Blue) = 4+138+252=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #048AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048AFC is #FB7503. Grayscale: #6E6E6E. Windows color (decimal): -16479492 or 16550404. OLE color: 16550404.
HSL color Cylindrical-coordinate representation of color #048AFC: hue angle of 207.58º 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 #048AFC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 138 | 252 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.01 |
| HSL | 207.58º | 0.98% | 0.5% | - |
| HSV(B) | 207.58º | 0.98% | 0.99% | - |
| XYZ | 26.71 | 25.23 | 95.56 | - |
| YUV | 110.93 | 207.61 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 252 | 0.98 | 0.45 | 0 | 0.01 | 207.58 | 0.98 | 0.5 |
| Hex | 4 | 8A | FC | 62 | 2D | 0 | 1 | D0 | 62 | 32 |
| Octal | 4 | 212 | 374 | 142 | 55 | 0 | 1 | 320 | 142 | 62 |
| Binary | 100 | 10001010 | 11111100 | 1100010 | 101101 | 0 | 1 | 11010000 | 1100010 | 110010 |
Color Harmonies of #048AFC
Complementary color
Monochromatic Colors of #048AFC
Black with #048AFC
Text Example
Text Example
White with #048AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048AFC; }
p { color: rgb(4,138,252); }
H1.HeaderClassName
{
color: #048AFC;
}
.AnyTagClassName
{
color: #048AFC;
}
</style>
background-color css
<style>
a { background-color: #048AFC; }
a { background-color: rgb(4,138,252); }
div.DivClassName
{
background-color: #048AFC;
}
.BgClassName
{
background-color: #048AFC;
}
</style>
border-color css
<style>
span { border-color: #048AFC; }
span { border-color: rgb(4,138,252); }
td.TdClassName
{
border-color: #048AFC;
}
.TagClassName
{
border-color: #048AFC;
}
</style>