Shades of Dodger Blue #057AF5
Tints of Dodger Blue #057AF5
RGB
CMYK
RGB Variations
Color information
#057AF5 (or 0x057AF5) is known color: Dodger Blue. HEX triplet: 05, 7A and F5. RGB value is (5,122,245). Sum of RGB (Red+Green+Blue) = 5+122+245=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #057AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AF5 is #FA850A. Grayscale: #646464. Windows color (decimal): -16418059 or 16087557. OLE color: 16087557.
HSL color Cylindrical-coordinate representation of color #057AF5: hue angle of 210.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057AF5 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 122 | 245 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.04 |
| HSL | 210.75º | 0.96% | 0.49% | - |
| HSV(B) | 210.75º | 0.98% | 0.96% | - |
| XYZ | 23.5 | 20.54 | 89.11 | - |
| YUV | 101.04 | 209.24 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 245 | 0.98 | 0.50 | 0 | 0.04 | 210.75 | 0.96 | 0.49 |
| Hex | 5 | 7A | F5 | 62 | 32 | 0 | 4 | D3 | 60 | 31 |
| Octal | 5 | 172 | 365 | 142 | 62 | 0 | 4 | 323 | 140 | 61 |
| Binary | 101 | 1111010 | 11110101 | 1100010 | 110010 | 0 | 100 | 11010011 | 1100000 | 110001 |
Color Harmonies of #057AF5
Complementary color
Monochromatic Colors of #057AF5
Black with #057AF5
Text Example
Text Example
White with #057AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AF5; }
p { color: rgb(5,122,245); }
H1.HeaderClassName
{
color: #057AF5;
}
.AnyTagClassName
{
color: #057AF5;
}
</style>
background-color css
<style>
a { background-color: #057AF5; }
a { background-color: rgb(5,122,245); }
div.DivClassName
{
background-color: #057AF5;
}
.BgClassName
{
background-color: #057AF5;
}
</style>
border-color css
<style>
span { border-color: #057AF5; }
span { border-color: rgb(5,122,245); }
td.TdClassName
{
border-color: #057AF5;
}
.TagClassName
{
border-color: #057AF5;
}
</style>