Shades of Dodger Blue #057CF9
Tints of Dodger Blue #057CF9
RGB
CMYK
RGB Variations
Color information
#057CF9 (or 0x057CF9) is known color: Dodger Blue. HEX triplet: 05, 7C and F9. RGB value is (5,124,249). Sum of RGB (Red+Green+Blue) = 5+124+249=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #057CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CF9 is #FA8306. Grayscale: #666666. Windows color (decimal): -16417543 or 16350213. OLE color: 16350213.
HSL color Cylindrical-coordinate representation of color #057CF9: hue angle of 210.74º 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 #057CF9 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 124 | 249 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.02 |
| HSL | 210.74º | 0.96% | 0.5% | - |
| HSV(B) | 210.74º | 0.98% | 0.98% | - |
| XYZ | 24.37 | 21.29 | 92.45 | - |
| YUV | 102.67 | 210.58 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 249 | 0.98 | 0.50 | 0 | 0.02 | 210.74 | 0.96 | 0.5 |
| Hex | 5 | 7C | F9 | 62 | 32 | 0 | 2 | D3 | 60 | 32 |
| Octal | 5 | 174 | 371 | 142 | 62 | 0 | 2 | 323 | 140 | 62 |
| Binary | 101 | 1111100 | 11111001 | 1100010 | 110010 | 0 | 10 | 11010011 | 1100000 | 110010 |
Color Harmonies of #057CF9
Complementary color
Monochromatic Colors of #057CF9
Black with #057CF9
Text Example
Text Example
White with #057CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CF9; }
p { color: rgb(5,124,249); }
H1.HeaderClassName
{
color: #057CF9;
}
.AnyTagClassName
{
color: #057CF9;
}
</style>
background-color css
<style>
a { background-color: #057CF9; }
a { background-color: rgb(5,124,249); }
div.DivClassName
{
background-color: #057CF9;
}
.BgClassName
{
background-color: #057CF9;
}
</style>
border-color css
<style>
span { border-color: #057CF9; }
span { border-color: rgb(5,124,249); }
td.TdClassName
{
border-color: #057CF9;
}
.TagClassName
{
border-color: #057CF9;
}
</style>