Shades of Dodger Blue #056EFF
Tints of Dodger Blue #056EFF
RGB
CMYK
RGB Variations
Color information
#056EFF (or 0x056EFF) is known color: Dodger Blue. HEX triplet: 05, 6E and FF. RGB value is (5,110,255). Sum of RGB (Red+Green+Blue) = 5+110+255=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #056EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFF is #FA9100. Grayscale: #5E5E5E. Windows color (decimal): -16421121 or 16739845. OLE color: 16739845.
HSL color Cylindrical-coordinate representation of color #056EFF: hue angle of 214.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056EFF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 110 | 255 | - |
| CMYK | 0.98 | 0.57 | 0 | 0 |
| HSL | 214.8º | 1% | 0.51% | - |
| HSV(B) | 214.8º | 0.98% | 1% | - |
| XYZ | 23.69 | 18.4 | 96.91 | - |
| YUV | 95.14 | 218.21 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 255 | 0.98 | 0.57 | 0 | 0 | 214.8 | 1 | 0.51 |
| Hex | 5 | 6E | FF | 62 | 39 | 0 | 0 | D7 | 64 | 33 |
| Octal | 5 | 156 | 377 | 142 | 71 | 0 | 0 | 327 | 144 | 63 |
| Binary | 101 | 1101110 | 11111111 | 1100010 | 111001 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #056EFF
Complementary color
Monochromatic Colors of #056EFF
Black with #056EFF
Text Example
Text Example
White with #056EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EFF; }
p { color: rgb(5,110,255); }
H1.HeaderClassName
{
color: #056EFF;
}
.AnyTagClassName
{
color: #056EFF;
}
</style>
background-color css
<style>
a { background-color: #056EFF; }
a { background-color: rgb(5,110,255); }
div.DivClassName
{
background-color: #056EFF;
}
.BgClassName
{
background-color: #056EFF;
}
</style>
border-color css
<style>
span { border-color: #056EFF; }
span { border-color: rgb(5,110,255); }
td.TdClassName
{
border-color: #056EFF;
}
.TagClassName
{
border-color: #056EFF;
}
</style>