Shades of Dodger Blue #057AFB
Tints of Dodger Blue #057AFB
RGB
CMYK
RGB Variations
Color information
#057AFB (or 0x057AFB) is known color: Dodger Blue. HEX triplet: 05, 7A and FB. RGB value is (5,122,251). Sum of RGB (Red+Green+Blue) = 5+122+251=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #057AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AFB is #FA8504. Grayscale: #656565. Windows color (decimal): -16418053 or 16480773. OLE color: 16480773.
HSL color Cylindrical-coordinate representation of color #057AFB: hue angle of 211.46º degrees, saturation: 0.97, 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 #057AFB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 122 | 251 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.02 |
| HSL | 211.46º | 0.97% | 0.5% | - |
| HSV(B) | 211.46º | 0.98% | 0.98% | - |
| XYZ | 24.43 | 20.92 | 94.02 | - |
| YUV | 101.72 | 212.24 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 251 | 0.98 | 0.51 | 0 | 0.02 | 211.46 | 0.97 | 0.5 |
| Hex | 5 | 7A | FB | 62 | 33 | 0 | 2 | D3 | 61 | 32 |
| Octal | 5 | 172 | 373 | 142 | 63 | 0 | 2 | 323 | 141 | 62 |
| Binary | 101 | 1111010 | 11111011 | 1100010 | 110011 | 0 | 10 | 11010011 | 1100001 | 110010 |
Color Harmonies of #057AFB
Complementary color
Monochromatic Colors of #057AFB
Black with #057AFB
Text Example
Text Example
White with #057AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AFB; }
p { color: rgb(5,122,251); }
H1.HeaderClassName
{
color: #057AFB;
}
.AnyTagClassName
{
color: #057AFB;
}
</style>
background-color css
<style>
a { background-color: #057AFB; }
a { background-color: rgb(5,122,251); }
div.DivClassName
{
background-color: #057AFB;
}
.BgClassName
{
background-color: #057AFB;
}
</style>
border-color css
<style>
span { border-color: #057AFB; }
span { border-color: rgb(5,122,251); }
td.TdClassName
{
border-color: #057AFB;
}
.TagClassName
{
border-color: #057AFB;
}
</style>