Shades of Dodger Blue #056FFC
Tints of Dodger Blue #056FFC
RGB
CMYK
RGB Variations
Color information
#056FFC (or 0x056FFC) is known color: Dodger Blue. HEX triplet: 05, 6F and FC. RGB value is (5,111,252). Sum of RGB (Red+Green+Blue) = 5+111+252=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #056FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056FFC is #FA9003. Grayscale: #5E5E5E. Windows color (decimal): -16420868 or 16543493. OLE color: 16543493.
HSL color Cylindrical-coordinate representation of color #056FFC: hue angle of 214.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056FFC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 111 | 252 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.01 |
| HSL | 214.25º | 0.98% | 0.5% | - |
| HSV(B) | 214.25º | 0.98% | 0.99% | - |
| XYZ | 23.32 | 18.43 | 94.42 | - |
| YUV | 95.38 | 216.38 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 111 | 252 | 0.98 | 0.56 | 0 | 0.01 | 214.25 | 0.98 | 0.5 |
| Hex | 5 | 6F | FC | 62 | 38 | 0 | 1 | D6 | 62 | 32 |
| Octal | 5 | 157 | 374 | 142 | 70 | 0 | 1 | 326 | 142 | 62 |
| Binary | 101 | 1101111 | 11111100 | 1100010 | 111000 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #056FFC
Complementary color
Monochromatic Colors of #056FFC
Black with #056FFC
Text Example
Text Example
White with #056FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056FFC; }
p { color: rgb(5,111,252); }
H1.HeaderClassName
{
color: #056FFC;
}
.AnyTagClassName
{
color: #056FFC;
}
</style>
background-color css
<style>
a { background-color: #056FFC; }
a { background-color: rgb(5,111,252); }
div.DivClassName
{
background-color: #056FFC;
}
.BgClassName
{
background-color: #056FFC;
}
</style>
border-color css
<style>
span { border-color: #056FFC; }
span { border-color: rgb(5,111,252); }
td.TdClassName
{
border-color: #056FFC;
}
.TagClassName
{
border-color: #056FFC;
}
</style>