Shades of Dodger Blue #057EFA
Tints of Dodger Blue #057EFA
RGB
CMYK
RGB Variations
Color information
#057EFA (or 0x057EFA) is known color: Dodger Blue. HEX triplet: 05, 7E and FA. RGB value is (5,126,250). Sum of RGB (Red+Green+Blue) = 5+126+250=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #057EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057EFA is #FA8105. Grayscale: #676767. Windows color (decimal): -16417030 or 16416261. OLE color: 16416261.
HSL color Cylindrical-coordinate representation of color #057EFA: hue angle of 210.37º 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 #057EFA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 126 | 250 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.37º | 0.96% | 0.5% | - |
| HSV(B) | 210.37º | 0.98% | 0.98% | - |
| XYZ | 24.78 | 21.86 | 93.36 | - |
| YUV | 103.96 | 210.41 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 250 | 0.98 | 0.50 | 0 | 0.02 | 210.37 | 0.96 | 0.5 |
| Hex | 5 | 7E | FA | 62 | 32 | 0 | 2 | D2 | 60 | 32 |
| Octal | 5 | 176 | 372 | 142 | 62 | 0 | 2 | 322 | 140 | 62 |
| Binary | 101 | 1111110 | 11111010 | 1100010 | 110010 | 0 | 10 | 11010010 | 1100000 | 110010 |
Color Harmonies of #057EFA
Complementary color
Monochromatic Colors of #057EFA
Black with #057EFA
Text Example
Text Example
White with #057EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057EFA; }
p { color: rgb(5,126,250); }
H1.HeaderClassName
{
color: #057EFA;
}
.AnyTagClassName
{
color: #057EFA;
}
</style>
background-color css
<style>
a { background-color: #057EFA; }
a { background-color: rgb(5,126,250); }
div.DivClassName
{
background-color: #057EFA;
}
.BgClassName
{
background-color: #057EFA;
}
</style>
border-color css
<style>
span { border-color: #057EFA; }
span { border-color: rgb(5,126,250); }
td.TdClassName
{
border-color: #057EFA;
}
.TagClassName
{
border-color: #057EFA;
}
</style>