Shades of Dodger Blue #057FFB
Tints of Dodger Blue #057FFB
RGB
CMYK
RGB Variations
Color information
#057FFB (or 0x057FFB) is known color: Dodger Blue. HEX triplet: 05, 7F and FB. RGB value is (5,127,251). Sum of RGB (Red+Green+Blue) = 5+127+251=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #057FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057FFB is #FA8004. Grayscale: #686868. Windows color (decimal): -16416773 or 16482053. OLE color: 16482053.
HSL color Cylindrical-coordinate representation of color #057FFB: hue angle of 210.24º 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 #057FFB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 127 | 251 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.02 |
| HSL | 210.24º | 0.97% | 0.5% | - |
| HSV(B) | 210.24º | 0.98% | 0.98% | - |
| XYZ | 25.06 | 22.18 | 94.23 | - |
| YUV | 104.66 | 210.58 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 251 | 0.98 | 0.49 | 0 | 0.02 | 210.24 | 0.97 | 0.5 |
| Hex | 5 | 7F | FB | 62 | 31 | 0 | 2 | D2 | 61 | 32 |
| Octal | 5 | 177 | 373 | 142 | 61 | 0 | 2 | 322 | 141 | 62 |
| Binary | 101 | 1111111 | 11111011 | 1100010 | 110001 | 0 | 10 | 11010010 | 1100001 | 110010 |
Color Harmonies of #057FFB
Complementary color
Monochromatic Colors of #057FFB
Black with #057FFB
Text Example
Text Example
White with #057FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057FFB; }
p { color: rgb(5,127,251); }
H1.HeaderClassName
{
color: #057FFB;
}
.AnyTagClassName
{
color: #057FFB;
}
</style>
background-color css
<style>
a { background-color: #057FFB; }
a { background-color: rgb(5,127,251); }
div.DivClassName
{
background-color: #057FFB;
}
.BgClassName
{
background-color: #057FFB;
}
</style>
border-color css
<style>
span { border-color: #057FFB; }
span { border-color: rgb(5,127,251); }
td.TdClassName
{
border-color: #057FFB;
}
.TagClassName
{
border-color: #057FFB;
}
</style>