Shades of Dodger Blue #056BFF
Tints of Dodger Blue #056BFF
RGB
CMYK
RGB Variations
Color information
#056BFF (or 0x056BFF) is known color: Dodger Blue. HEX triplet: 05, 6B and FF. RGB value is (5,107,255). Sum of RGB (Red+Green+Blue) = 5+107+255=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #056BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BFF is #FA9400. Grayscale: #5C5C5C. Windows color (decimal): -16421889 or 16739077. OLE color: 16739077.
HSL color Cylindrical-coordinate representation of color #056BFF: hue angle of 215.52º 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 #056BFF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 107 | 255 | - |
| CMYK | 0.98 | 0.58 | 0 | 0 |
| HSL | 215.52º | 1% | 0.51% | - |
| HSV(B) | 215.52º | 0.98% | 1% | - |
| XYZ | 23.37 | 17.77 | 96.81 | - |
| YUV | 93.37 | 219.21 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 255 | 0.98 | 0.58 | 0 | 0 | 215.52 | 1 | 0.51 |
| Hex | 5 | 6B | FF | 62 | 3A | 0 | 0 | D8 | 64 | 33 |
| Octal | 5 | 153 | 377 | 142 | 72 | 0 | 0 | 330 | 144 | 63 |
| Binary | 101 | 1101011 | 11111111 | 1100010 | 111010 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #056BFF
Complementary color
Monochromatic Colors of #056BFF
Black with #056BFF
Text Example
Text Example
White with #056BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056BFF; }
p { color: rgb(5,107,255); }
H1.HeaderClassName
{
color: #056BFF;
}
.AnyTagClassName
{
color: #056BFF;
}
</style>
background-color css
<style>
a { background-color: #056BFF; }
a { background-color: rgb(5,107,255); }
div.DivClassName
{
background-color: #056BFF;
}
.BgClassName
{
background-color: #056BFF;
}
</style>
border-color css
<style>
span { border-color: #056BFF; }
span { border-color: rgb(5,107,255); }
td.TdClassName
{
border-color: #056BFF;
}
.TagClassName
{
border-color: #056BFF;
}
</style>