Shades of Dodger Blue #056DFE
Tints of Dodger Blue #056DFE
RGB
CMYK
RGB Variations
Color information
#056DFE (or 0x056DFE) is known color: Dodger Blue. HEX triplet: 05, 6D and FE. RGB value is (5,109,254). Sum of RGB (Red+Green+Blue) = 5+109+254=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #056DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DFE is #FA9201. Grayscale: #5D5D5D. Windows color (decimal): -16421378 or 16674053. OLE color: 16674053.
HSL color Cylindrical-coordinate representation of color #056DFE: hue angle of 214.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056DFE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 109 | 254 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.00 |
| HSL | 214.94º | 0.99% | 0.51% | - |
| HSV(B) | 214.94º | 0.98% | 1% | - |
| XYZ | 23.42 | 18.13 | 96.03 | - |
| YUV | 94.43 | 218.04 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 254 | 0.98 | 0.57 | 0 | 0.00 | 214.94 | 0.99 | 0.51 |
| Hex | 5 | 6D | FE | 62 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 5 | 155 | 376 | 142 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 101 | 1101101 | 11111110 | 1100010 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #056DFE
Complementary color
Monochromatic Colors of #056DFE
Black with #056DFE
Text Example
Text Example
White with #056DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DFE; }
p { color: rgb(5,109,254); }
H1.HeaderClassName
{
color: #056DFE;
}
.AnyTagClassName
{
color: #056DFE;
}
</style>
background-color css
<style>
a { background-color: #056DFE; }
a { background-color: rgb(5,109,254); }
div.DivClassName
{
background-color: #056DFE;
}
.BgClassName
{
background-color: #056DFE;
}
</style>
border-color css
<style>
span { border-color: #056DFE; }
span { border-color: rgb(5,109,254); }
td.TdClassName
{
border-color: #056DFE;
}
.TagClassName
{
border-color: #056DFE;
}
</style>