Shades of Dodger Blue #057FE9
Tints of Dodger Blue #057FE9
RGB
CMYK
RGB Variations
Color information
#057FE9 (or 0x057FE9) is known color: Dodger Blue. HEX triplet: 05, 7F and E9. RGB value is (5,127,233). Sum of RGB (Red+Green+Blue) = 5+127+233=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #057FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FE9 is #FA8016. Grayscale: #666666. Windows color (decimal): -16416791 or 15302405. OLE color: 15302405.
HSL color Cylindrical-coordinate representation of color #057FE9: hue angle of 207.89º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FE9 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 127 | 233 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.09 |
| HSL | 207.89º | 0.96% | 0.47% | - |
| HSV(B) | 207.89º | 0.98% | 0.91% | - |
| XYZ | 22.36 | 21.09 | 79.98 | - |
| YUV | 102.61 | 201.58 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 233 | 0.98 | 0.45 | 0 | 0.09 | 207.89 | 0.96 | 0.47 |
| Hex | 5 | 7F | E9 | 62 | 2D | 0 | 9 | D0 | 60 | 2F |
| Octal | 5 | 177 | 351 | 142 | 55 | 0 | 11 | 320 | 140 | 57 |
| Binary | 101 | 1111111 | 11101001 | 1100010 | 101101 | 0 | 1001 | 11010000 | 1100000 | 101111 |
Color Harmonies of #057FE9
Complementary color
Monochromatic Colors of #057FE9
Black with #057FE9
Text Example
Text Example
White with #057FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FE9; }
p { color: rgb(5,127,233); }
H1.HeaderClassName
{
color: #057FE9;
}
.AnyTagClassName
{
color: #057FE9;
}
</style>
background-color css
<style>
a { background-color: #057FE9; }
a { background-color: rgb(5,127,233); }
div.DivClassName
{
background-color: #057FE9;
}
.BgClassName
{
background-color: #057FE9;
}
</style>
border-color css
<style>
span { border-color: #057FE9; }
span { border-color: rgb(5,127,233); }
td.TdClassName
{
border-color: #057FE9;
}
.TagClassName
{
border-color: #057FE9;
}
</style>