Shades of Dodger Blue #056DFB
Tints of Dodger Blue #056DFB
RGB
CMYK
RGB Variations
Color information
#056DFB (or 0x056DFB) is known color: Dodger Blue. HEX triplet: 05, 6D and FB. RGB value is (5,109,251). Sum of RGB (Red+Green+Blue) = 5+109+251=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #056DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DFB is #FA9204. Grayscale: #5D5D5D. Windows color (decimal): -16421381 or 16477445. OLE color: 16477445.
HSL color Cylindrical-coordinate representation of color #056DFB: hue angle of 214.63º 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 #056DFB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 109 | 251 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.02 |
| HSL | 214.63º | 0.97% | 0.5% | - |
| HSV(B) | 214.63º | 0.98% | 0.98% | - |
| XYZ | 22.94 | 17.93 | 93.52 | - |
| YUV | 94.09 | 216.54 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 251 | 0.98 | 0.57 | 0 | 0.02 | 214.63 | 0.97 | 0.5 |
| Hex | 5 | 6D | FB | 62 | 39 | 0 | 2 | D7 | 61 | 32 |
| Octal | 5 | 155 | 373 | 142 | 71 | 0 | 2 | 327 | 141 | 62 |
| Binary | 101 | 1101101 | 11111011 | 1100010 | 111001 | 0 | 10 | 11010111 | 1100001 | 110010 |
Color Harmonies of #056DFB
Complementary color
Monochromatic Colors of #056DFB
Black with #056DFB
Text Example
Text Example
White with #056DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056DFB; }
p { color: rgb(5,109,251); }
H1.HeaderClassName
{
color: #056DFB;
}
.AnyTagClassName
{
color: #056DFB;
}
</style>
background-color css
<style>
a { background-color: #056DFB; }
a { background-color: rgb(5,109,251); }
div.DivClassName
{
background-color: #056DFB;
}
.BgClassName
{
background-color: #056DFB;
}
</style>
border-color css
<style>
span { border-color: #056DFB; }
span { border-color: rgb(5,109,251); }
td.TdClassName
{
border-color: #056DFB;
}
.TagClassName
{
border-color: #056DFB;
}
</style>