Shades of Dodger Blue #057FFE
Tints of Dodger Blue #057FFE
RGB
CMYK
RGB Variations
Color information
#057FFE (or 0x057FFE) is known color: Dodger Blue. HEX triplet: 05, 7F and FE. RGB value is (5,127,254). Sum of RGB (Red+Green+Blue) = 5+127+254=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #057FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFE is #FA8001. Grayscale: #686868. Windows color (decimal): -16416770 or 16678661. OLE color: 16678661.
HSL color Cylindrical-coordinate representation of color #057FFE: hue angle of 210.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057FFE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 127 | 254 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.00 |
| HSL | 210.6º | 0.99% | 0.51% | - |
| HSV(B) | 210.6º | 0.98% | 1% | - |
| XYZ | 25.54 | 22.37 | 96.74 | - |
| YUV | 105 | 212.08 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 254 | 0.98 | 0.50 | 0 | 0.00 | 210.6 | 0.99 | 0.51 |
| Hex | 5 | 7F | FE | 62 | 32 | 0 | 0 | D3 | 63 | 33 |
| Octal | 5 | 177 | 376 | 142 | 62 | 0 | 0 | 323 | 143 | 63 |
| Binary | 101 | 1111111 | 11111110 | 1100010 | 110010 | 0 | 0 | 11010011 | 1100011 | 110011 |
Color Harmonies of #057FFE
Complementary color
Monochromatic Colors of #057FFE
Black with #057FFE
Text Example
Text Example
White with #057FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FFE; }
p { color: rgb(5,127,254); }
H1.HeaderClassName
{
color: #057FFE;
}
.AnyTagClassName
{
color: #057FFE;
}
</style>
background-color css
<style>
a { background-color: #057FFE; }
a { background-color: rgb(5,127,254); }
div.DivClassName
{
background-color: #057FFE;
}
.BgClassName
{
background-color: #057FFE;
}
</style>
border-color css
<style>
span { border-color: #057FFE; }
span { border-color: rgb(5,127,254); }
td.TdClassName
{
border-color: #057FFE;
}
.TagClassName
{
border-color: #057FFE;
}
</style>