Shades of Dodger Blue #057AFE
Tints of Dodger Blue #057AFE
RGB
CMYK
RGB Variations
Color information
#057AFE (or 0x057AFE) is known color: Dodger Blue. HEX triplet: 05, 7A and FE. RGB value is (5,122,254). Sum of RGB (Red+Green+Blue) = 5+122+254=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #057AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AFE is #FA8501. Grayscale: #656565. Windows color (decimal): -16418050 or 16677381. OLE color: 16677381.
HSL color Cylindrical-coordinate representation of color #057AFE: hue angle of 211.81º 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 #057AFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 122 | 254 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.00 |
| HSL | 211.81º | 0.99% | 0.51% | - |
| HSV(B) | 211.81º | 0.98% | 1% | - |
| XYZ | 24.91 | 21.11 | 96.53 | - |
| YUV | 102.07 | 213.74 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 254 | 0.98 | 0.52 | 0 | 0.00 | 211.81 | 0.99 | 0.51 |
| Hex | 5 | 7A | FE | 62 | 34 | 0 | 0 | D4 | 63 | 33 |
| Octal | 5 | 172 | 376 | 142 | 64 | 0 | 0 | 324 | 143 | 63 |
| Binary | 101 | 1111010 | 11111110 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100011 | 110011 |
Color Harmonies of #057AFE
Complementary color
Monochromatic Colors of #057AFE
Black with #057AFE
Text Example
Text Example
White with #057AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AFE; }
p { color: rgb(5,122,254); }
H1.HeaderClassName
{
color: #057AFE;
}
.AnyTagClassName
{
color: #057AFE;
}
</style>
background-color css
<style>
a { background-color: #057AFE; }
a { background-color: rgb(5,122,254); }
div.DivClassName
{
background-color: #057AFE;
}
.BgClassName
{
background-color: #057AFE;
}
</style>
border-color css
<style>
span { border-color: #057AFE; }
span { border-color: rgb(5,122,254); }
td.TdClassName
{
border-color: #057AFE;
}
.TagClassName
{
border-color: #057AFE;
}
</style>