Shades of Dodger Blue #056CFE
Tints of Dodger Blue #056CFE
RGB
CMYK
RGB Variations
Color information
#056CFE (or 0x056CFE) is known color: Dodger Blue. HEX triplet: 05, 6C and FE. RGB value is (5,108,254). Sum of RGB (Red+Green+Blue) = 5+108+254=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #056CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFE is #FA9301. Grayscale: #5D5D5D. Windows color (decimal): -16421634 or 16673797. OLE color: 16673797.
HSL color Cylindrical-coordinate representation of color #056CFE: hue angle of 215.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CFE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 108 | 254 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.00 |
| HSL | 215.18º | 0.99% | 0.51% | - |
| HSV(B) | 215.18º | 0.98% | 1% | - |
| XYZ | 23.31 | 17.91 | 95.99 | - |
| YUV | 93.85 | 218.38 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 254 | 0.98 | 0.57 | 0 | 0.00 | 215.18 | 0.99 | 0.51 |
| Hex | 5 | 6C | FE | 62 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 5 | 154 | 376 | 142 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 101 | 1101100 | 11111110 | 1100010 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #056CFE
Complementary color
Monochromatic Colors of #056CFE
Black with #056CFE
Text Example
Text Example
White with #056CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056CFE; }
p { color: rgb(5,108,254); }
H1.HeaderClassName
{
color: #056CFE;
}
.AnyTagClassName
{
color: #056CFE;
}
</style>
background-color css
<style>
a { background-color: #056CFE; }
a { background-color: rgb(5,108,254); }
div.DivClassName
{
background-color: #056CFE;
}
.BgClassName
{
background-color: #056CFE;
}
</style>
border-color css
<style>
span { border-color: #056CFE; }
span { border-color: rgb(5,108,254); }
td.TdClassName
{
border-color: #056CFE;
}
.TagClassName
{
border-color: #056CFE;
}
</style>