Shades of Dodger Blue #056DF9
Tints of Dodger Blue #056DF9
RGB
CMYK
RGB Variations
Color information
#056DF9 (or 0x056DF9) is known color: Dodger Blue. HEX triplet: 05, 6D and F9. RGB value is (5,109,249). Sum of RGB (Red+Green+Blue) = 5+109+249=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #056DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DF9 is #FA9206. Grayscale: #5D5D5D. Windows color (decimal): -16421383 or 16346373. OLE color: 16346373.
HSL color Cylindrical-coordinate representation of color #056DF9: hue angle of 214.43º degrees, saturation: 0.96, 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 #056DF9 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 109 | 249 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.02 |
| HSL | 214.43º | 0.96% | 0.5% | - |
| HSV(B) | 214.43º | 0.98% | 0.98% | - |
| XYZ | 22.63 | 17.81 | 91.87 | - |
| YUV | 93.86 | 215.54 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 249 | 0.98 | 0.56 | 0 | 0.02 | 214.43 | 0.96 | 0.5 |
| Hex | 5 | 6D | F9 | 62 | 38 | 0 | 2 | D6 | 60 | 32 |
| Octal | 5 | 155 | 371 | 142 | 70 | 0 | 2 | 326 | 140 | 62 |
| Binary | 101 | 1101101 | 11111001 | 1100010 | 111000 | 0 | 10 | 11010110 | 1100000 | 110010 |
Color Harmonies of #056DF9
Complementary color
Monochromatic Colors of #056DF9
Black with #056DF9
Text Example
Text Example
White with #056DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DF9; }
p { color: rgb(5,109,249); }
H1.HeaderClassName
{
color: #056DF9;
}
.AnyTagClassName
{
color: #056DF9;
}
</style>
background-color css
<style>
a { background-color: #056DF9; }
a { background-color: rgb(5,109,249); }
div.DivClassName
{
background-color: #056DF9;
}
.BgClassName
{
background-color: #056DF9;
}
</style>
border-color css
<style>
span { border-color: #056DF9; }
span { border-color: rgb(5,109,249); }
td.TdClassName
{
border-color: #056DF9;
}
.TagClassName
{
border-color: #056DF9;
}
</style>