Shades of Dodger Blue #017DED
Tints of Dodger Blue #017DED
RGB
CMYK
RGB Variations
Color information
#017DED (or 0x017DED) is known color: Dodger Blue. HEX triplet: 01, 7D and ED. RGB value is (1,125,237). Sum of RGB (Red+Green+Blue) = 1+125+237=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #017DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DED is #FE8212. Grayscale: #646464. Windows color (decimal): -16679443 or 15564033. OLE color: 15564033.
HSL color Cylindrical-coordinate representation of color #017DED: hue angle of 208.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DED is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 125 | 237 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.07 |
| HSL | 208.47º | 0.99% | 0.47% | - |
| HSV(B) | 208.47º | 1% | 0.93% | - |
| XYZ | 22.63 | 20.79 | 82.94 | - |
| YUV | 100.69 | 204.92 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 237 | 1.00 | 0.47 | 0 | 0.07 | 208.47 | 0.99 | 0.47 |
| Hex | 1 | 7D | ED | 64 | 2F | 0 | 7 | D0 | 63 | 2F |
| Octal | 1 | 175 | 355 | 144 | 57 | 0 | 7 | 320 | 143 | 57 |
| Binary | 1 | 1111101 | 11101101 | 1100100 | 101111 | 0 | 111 | 11010000 | 1100011 | 101111 |
Color Harmonies of #017DED
Complementary color
Monochromatic Colors of #017DED
Black with #017DED
Text Example
Text Example
White with #017DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DED; }
p { color: rgb(1,125,237); }
H1.HeaderClassName
{
color: #017DED;
}
.AnyTagClassName
{
color: #017DED;
}
</style>
background-color css
<style>
a { background-color: #017DED; }
a { background-color: rgb(1,125,237); }
div.DivClassName
{
background-color: #017DED;
}
.BgClassName
{
background-color: #017DED;
}
</style>
border-color css
<style>
span { border-color: #017DED; }
span { border-color: rgb(1,125,237); }
td.TdClassName
{
border-color: #017DED;
}
.TagClassName
{
border-color: #017DED;
}
</style>