Shades of Dodger Blue #017CED
Tints of Dodger Blue #017CED
RGB
CMYK
RGB Variations
Color information
#017CED (or 0x017CED) is known color: Dodger Blue. HEX triplet: 01, 7C and ED. RGB value is (1,124,237). Sum of RGB (Red+Green+Blue) = 1+124+237=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #017CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CED is #FE8312. Grayscale: #636363. Windows color (decimal): -16679699 or 15563777. OLE color: 15563777.
HSL color Cylindrical-coordinate representation of color #017CED: hue angle of 208.73º 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 #017CED is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 124 | 237 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.07 |
| HSL | 208.73º | 0.99% | 0.47% | - |
| HSV(B) | 208.73º | 1% | 0.93% | - |
| XYZ | 22.51 | 20.54 | 82.9 | - |
| YUV | 100.11 | 205.25 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 237 | 1.00 | 0.48 | 0 | 0.07 | 208.73 | 0.99 | 0.47 |
| Hex | 1 | 7C | ED | 64 | 30 | 0 | 7 | D1 | 63 | 2F |
| Octal | 1 | 174 | 355 | 144 | 60 | 0 | 7 | 321 | 143 | 57 |
| Binary | 1 | 1111100 | 11101101 | 1100100 | 110000 | 0 | 111 | 11010001 | 1100011 | 101111 |
Color Harmonies of #017CED
Complementary color
Monochromatic Colors of #017CED
Black with #017CED
Text Example
Text Example
White with #017CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CED; }
p { color: rgb(1,124,237); }
H1.HeaderClassName
{
color: #017CED;
}
.AnyTagClassName
{
color: #017CED;
}
</style>
background-color css
<style>
a { background-color: #017CED; }
a { background-color: rgb(1,124,237); }
div.DivClassName
{
background-color: #017CED;
}
.BgClassName
{
background-color: #017CED;
}
</style>
border-color css
<style>
span { border-color: #017CED; }
span { border-color: rgb(1,124,237); }
td.TdClassName
{
border-color: #017CED;
}
.TagClassName
{
border-color: #017CED;
}
</style>