Shades of Dodger Blue #056EFB
Tints of Dodger Blue #056EFB
RGB
CMYK
RGB Variations
Color information
#056EFB (or 0x056EFB) is known color: Dodger Blue. HEX triplet: 05, 6E and FB. RGB value is (5,110,251). Sum of RGB (Red+Green+Blue) = 5+110+251=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #056EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFB is #FA9104. Grayscale: #5E5E5E. Windows color (decimal): -16421125 or 16477701. OLE color: 16477701.
HSL color Cylindrical-coordinate representation of color #056EFB: hue angle of 214.39º degrees, saturation: 0.97, 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 #056EFB is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 110 | 251 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.02 |
| HSL | 214.39º | 0.97% | 0.5% | - |
| HSV(B) | 214.39º | 0.98% | 0.98% | - |
| XYZ | 23.05 | 18.15 | 93.56 | - |
| YUV | 94.68 | 216.21 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 251 | 0.98 | 0.56 | 0 | 0.02 | 214.39 | 0.97 | 0.5 |
| Hex | 5 | 6E | FB | 62 | 38 | 0 | 2 | D6 | 61 | 32 |
| Octal | 5 | 156 | 373 | 142 | 70 | 0 | 2 | 326 | 141 | 62 |
| Binary | 101 | 1101110 | 11111011 | 1100010 | 111000 | 0 | 10 | 11010110 | 1100001 | 110010 |
Color Harmonies of #056EFB
Complementary color
Monochromatic Colors of #056EFB
Black with #056EFB
Text Example
Text Example
White with #056EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056EFB; }
p { color: rgb(5,110,251); }
H1.HeaderClassName
{
color: #056EFB;
}
.AnyTagClassName
{
color: #056EFB;
}
</style>
background-color css
<style>
a { background-color: #056EFB; }
a { background-color: rgb(5,110,251); }
div.DivClassName
{
background-color: #056EFB;
}
.BgClassName
{
background-color: #056EFB;
}
</style>
border-color css
<style>
span { border-color: #056EFB; }
span { border-color: rgb(5,110,251); }
td.TdClassName
{
border-color: #056EFB;
}
.TagClassName
{
border-color: #056EFB;
}
</style>