Shades of Dodger Blue #048BFA
Tints of Dodger Blue #048BFA
RGB
CMYK
RGB Variations
Color information
#048BFA (or 0x048BFA) is known color: Dodger Blue. HEX triplet: 04, 8B and FA. RGB value is (4,139,250). Sum of RGB (Red+Green+Blue) = 4+139+250=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #048BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BFA is #FB7405. Grayscale: #6E6E6E. Windows color (decimal): -16479238 or 16419588. OLE color: 16419588.
HSL color Cylindrical-coordinate representation of color #048BFA: hue angle of 207.07º 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 #048BFA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 139 | 250 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.02 |
| HSL | 207.07º | 0.97% | 0.5% | - |
| HSV(B) | 207.07º | 0.98% | 0.98% | - |
| XYZ | 26.54 | 25.39 | 93.95 | - |
| YUV | 111.29 | 206.27 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 250 | 0.98 | 0.44 | 0 | 0.02 | 207.07 | 0.97 | 0.5 |
| Hex | 4 | 8B | FA | 62 | 2C | 0 | 2 | CF | 61 | 32 |
| Octal | 4 | 213 | 372 | 142 | 54 | 0 | 2 | 317 | 141 | 62 |
| Binary | 100 | 10001011 | 11111010 | 1100010 | 101100 | 0 | 10 | 11001111 | 1100001 | 110010 |
Color Harmonies of #048BFA
Complementary color
Monochromatic Colors of #048BFA
Black with #048BFA
Text Example
Text Example
White with #048BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BFA; }
p { color: rgb(4,139,250); }
H1.HeaderClassName
{
color: #048BFA;
}
.AnyTagClassName
{
color: #048BFA;
}
</style>
background-color css
<style>
a { background-color: #048BFA; }
a { background-color: rgb(4,139,250); }
div.DivClassName
{
background-color: #048BFA;
}
.BgClassName
{
background-color: #048BFA;
}
</style>
border-color css
<style>
span { border-color: #048BFA; }
span { border-color: rgb(4,139,250); }
td.TdClassName
{
border-color: #048BFA;
}
.TagClassName
{
border-color: #048BFA;
}
</style>