Shades of Dodger Blue #057CFA
Tints of Dodger Blue #057CFA
RGB
CMYK
RGB Variations
Color information
#057CFA (or 0x057CFA) is known color: Dodger Blue. HEX triplet: 05, 7C and FA. RGB value is (5,124,250). Sum of RGB (Red+Green+Blue) = 5+124+250=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #057CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CFA is #FA8305. Grayscale: #666666. Windows color (decimal): -16417542 or 16415749. OLE color: 16415749.
HSL color Cylindrical-coordinate representation of color #057CFA: hue angle of 210.86º 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 #057CFA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 124 | 250 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.86º | 0.96% | 0.5% | - |
| HSV(B) | 210.86º | 0.98% | 0.98% | - |
| XYZ | 24.53 | 21.35 | 93.27 | - |
| YUV | 102.78 | 211.08 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 250 | 0.98 | 0.50 | 0 | 0.02 | 210.86 | 0.96 | 0.5 |
| Hex | 5 | 7C | FA | 62 | 32 | 0 | 2 | D3 | 60 | 32 |
| Octal | 5 | 174 | 372 | 142 | 62 | 0 | 2 | 323 | 140 | 62 |
| Binary | 101 | 1111100 | 11111010 | 1100010 | 110010 | 0 | 10 | 11010011 | 1100000 | 110010 |
Color Harmonies of #057CFA
Complementary color
Monochromatic Colors of #057CFA
Black with #057CFA
Text Example
Text Example
White with #057CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CFA; }
p { color: rgb(5,124,250); }
H1.HeaderClassName
{
color: #057CFA;
}
.AnyTagClassName
{
color: #057CFA;
}
</style>
background-color css
<style>
a { background-color: #057CFA; }
a { background-color: rgb(5,124,250); }
div.DivClassName
{
background-color: #057CFA;
}
.BgClassName
{
background-color: #057CFA;
}
</style>
border-color css
<style>
span { border-color: #057CFA; }
span { border-color: rgb(5,124,250); }
td.TdClassName
{
border-color: #057CFA;
}
.TagClassName
{
border-color: #057CFA;
}
</style>