Shades of Dodger Blue #057DFA
Tints of Dodger Blue #057DFA
RGB
CMYK
RGB Variations
Color information
#057DFA (or 0x057DFA) is known color: Dodger Blue. HEX triplet: 05, 7D and FA. RGB value is (5,125,250). Sum of RGB (Red+Green+Blue) = 5+125+250=380 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #057DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DFA is #FA8205. Grayscale: #666666. Windows color (decimal): -16417286 or 16416005. OLE color: 16416005.
HSL color Cylindrical-coordinate representation of color #057DFA: hue angle of 210.61º degrees, saturation: 0.96, 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 #057DFA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 125 | 250 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.61º | 0.96% | 0.5% | - |
| HSV(B) | 210.61º | 0.98% | 0.98% | - |
| XYZ | 24.65 | 21.6 | 93.31 | - |
| YUV | 103.37 | 210.74 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 250 | 0.98 | 0.50 | 0 | 0.02 | 210.61 | 0.96 | 0.5 |
| Hex | 5 | 7D | FA | 62 | 32 | 0 | 2 | D3 | 60 | 32 |
| Octal | 5 | 175 | 372 | 142 | 62 | 0 | 2 | 323 | 140 | 62 |
| Binary | 101 | 1111101 | 11111010 | 1100010 | 110010 | 0 | 10 | 11010011 | 1100000 | 110010 |
Color Harmonies of #057DFA
Complementary color
Monochromatic Colors of #057DFA
Black with #057DFA
Text Example
Text Example
White with #057DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DFA; }
p { color: rgb(5,125,250); }
H1.HeaderClassName
{
color: #057DFA;
}
.AnyTagClassName
{
color: #057DFA;
}
</style>
background-color css
<style>
a { background-color: #057DFA; }
a { background-color: rgb(5,125,250); }
div.DivClassName
{
background-color: #057DFA;
}
.BgClassName
{
background-color: #057DFA;
}
</style>
border-color css
<style>
span { border-color: #057DFA; }
span { border-color: rgb(5,125,250); }
td.TdClassName
{
border-color: #057DFA;
}
.TagClassName
{
border-color: #057DFA;
}
</style>