Shades of Dodger Blue #056DF7
Tints of Dodger Blue #056DF7
RGB
CMYK
RGB Variations
Color information
#056DF7 (or 0x056DF7) is known color: Dodger Blue. HEX triplet: 05, 6D and F7. RGB value is (5,109,247). Sum of RGB (Red+Green+Blue) = 5+109+247=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #056DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DF7 is #FA9208. Grayscale: #5C5C5C. Windows color (decimal): -16421385 or 16215301. OLE color: 16215301.
HSL color Cylindrical-coordinate representation of color #056DF7: hue angle of 214.21º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DF7 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 109 | 247 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.03 |
| HSL | 214.21º | 0.96% | 0.49% | - |
| HSV(B) | 214.21º | 0.98% | 0.97% | - |
| XYZ | 22.32 | 17.68 | 90.23 | - |
| YUV | 93.64 | 214.54 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 247 | 0.98 | 0.56 | 0 | 0.03 | 214.21 | 0.96 | 0.49 |
| Hex | 5 | 6D | F7 | 62 | 38 | 0 | 3 | D6 | 60 | 31 |
| Octal | 5 | 155 | 367 | 142 | 70 | 0 | 3 | 326 | 140 | 61 |
| Binary | 101 | 1101101 | 11110111 | 1100010 | 111000 | 0 | 11 | 11010110 | 1100000 | 110001 |
Color Harmonies of #056DF7
Complementary color
Monochromatic Colors of #056DF7
Black with #056DF7
Text Example
Text Example
White with #056DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DF7; }
p { color: rgb(5,109,247); }
H1.HeaderClassName
{
color: #056DF7;
}
.AnyTagClassName
{
color: #056DF7;
}
</style>
background-color css
<style>
a { background-color: #056DF7; }
a { background-color: rgb(5,109,247); }
div.DivClassName
{
background-color: #056DF7;
}
.BgClassName
{
background-color: #056DF7;
}
</style>
border-color css
<style>
span { border-color: #056DF7; }
span { border-color: rgb(5,109,247); }
td.TdClassName
{
border-color: #056DF7;
}
.TagClassName
{
border-color: #056DF7;
}
</style>