Shades of Dodger Blue #056FFF
Tints of Dodger Blue #056FFF
RGB
CMYK
RGB Variations
Color information
#056FFF (or 0x056FFF) is known color: Dodger Blue. HEX triplet: 05, 6F and FF. RGB value is (5,111,255). Sum of RGB (Red+Green+Blue) = 5+111+255=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #056FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FFF is #FA9000. Grayscale: #5F5F5F. Windows color (decimal): -16420865 or 16740101. OLE color: 16740101.
HSL color Cylindrical-coordinate representation of color #056FFF: hue angle of 214.56º 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 #056FFF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 111 | 255 | - |
| CMYK | 0.98 | 0.56 | 0 | 0 |
| HSL | 214.56º | 1% | 0.51% | - |
| HSV(B) | 214.56º | 0.98% | 1% | - |
| XYZ | 23.8 | 18.62 | 96.95 | - |
| YUV | 95.72 | 217.88 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 255 | 0.98 | 0.56 | 0 | 0 | 214.56 | 1 | 0.51 |
| Hex | 5 | 6F | FF | 62 | 38 | 0 | 0 | D7 | 64 | 33 |
| Octal | 5 | 157 | 377 | 142 | 70 | 0 | 0 | 327 | 144 | 63 |
| Binary | 101 | 1101111 | 11111111 | 1100010 | 111000 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #056FFF
Complementary color
Monochromatic Colors of #056FFF
Black with #056FFF
Text Example
Text Example
White with #056FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FFF; }
p { color: rgb(5,111,255); }
H1.HeaderClassName
{
color: #056FFF;
}
.AnyTagClassName
{
color: #056FFF;
}
</style>
background-color css
<style>
a { background-color: #056FFF; }
a { background-color: rgb(5,111,255); }
div.DivClassName
{
background-color: #056FFF;
}
.BgClassName
{
background-color: #056FFF;
}
</style>
border-color css
<style>
span { border-color: #056FFF; }
span { border-color: rgb(5,111,255); }
td.TdClassName
{
border-color: #056FFF;
}
.TagClassName
{
border-color: #056FFF;
}
</style>