Shades of Dodger Blue #057DF5
Tints of Dodger Blue #057DF5
RGB
CMYK
RGB Variations
Color information
#057DF5 (or 0x057DF5) is known color: Dodger Blue. HEX triplet: 05, 7D and F5. RGB value is (5,125,245). Sum of RGB (Red+Green+Blue) = 5+125+245=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #057DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057DF5 is #FA820A. Grayscale: #666666. Windows color (decimal): -16417291 or 16088325. OLE color: 16088325.
HSL color Cylindrical-coordinate representation of color #057DF5: hue angle of 210º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057DF5 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 125 | 245 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.04 |
| HSL | 210º | 0.96% | 0.49% | - |
| HSV(B) | 210º | 0.98% | 0.96% | - |
| XYZ | 23.88 | 21.29 | 89.24 | - |
| YUV | 102.8 | 208.24 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 245 | 0.98 | 0.49 | 0 | 0.04 | 210 | 0.96 | 0.49 |
| Hex | 5 | 7D | F5 | 62 | 31 | 0 | 4 | D2 | 60 | 31 |
| Octal | 5 | 175 | 365 | 142 | 61 | 0 | 4 | 322 | 140 | 61 |
| Binary | 101 | 1111101 | 11110101 | 1100010 | 110001 | 0 | 100 | 11010010 | 1100000 | 110001 |
Color Harmonies of #057DF5
Complementary color
Monochromatic Colors of #057DF5
Black with #057DF5
Text Example
Text Example
White with #057DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057DF5; }
p { color: rgb(5,125,245); }
H1.HeaderClassName
{
color: #057DF5;
}
.AnyTagClassName
{
color: #057DF5;
}
</style>
background-color css
<style>
a { background-color: #057DF5; }
a { background-color: rgb(5,125,245); }
div.DivClassName
{
background-color: #057DF5;
}
.BgClassName
{
background-color: #057DF5;
}
</style>
border-color css
<style>
span { border-color: #057DF5; }
span { border-color: rgb(5,125,245); }
td.TdClassName
{
border-color: #057DF5;
}
.TagClassName
{
border-color: #057DF5;
}
</style>