Shades of Dodger Blue #017CEE
Tints of Dodger Blue #017CEE
RGB
CMYK
RGB Variations
Color information
#017CEE (or 0x017CEE) is known color: Dodger Blue. HEX triplet: 01, 7C and EE. RGB value is (1,124,238). Sum of RGB (Red+Green+Blue) = 1+124+238=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #017CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CEE is #FE8311. Grayscale: #636363. Windows color (decimal): -16679698 or 15629313. OLE color: 15629313.
HSL color Cylindrical-coordinate representation of color #017CEE: hue angle of 208.86º 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 #017CEE is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 124 | 238 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.07 |
| HSL | 208.86º | 0.99% | 0.47% | - |
| HSV(B) | 208.86º | 1% | 0.93% | - |
| XYZ | 22.65 | 20.59 | 83.67 | - |
| YUV | 100.22 | 205.75 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 238 | 1.00 | 0.48 | 0 | 0.07 | 208.86 | 0.99 | 0.47 |
| Hex | 1 | 7C | EE | 64 | 30 | 0 | 7 | D1 | 63 | 2F |
| Octal | 1 | 174 | 356 | 144 | 60 | 0 | 7 | 321 | 143 | 57 |
| Binary | 1 | 1111100 | 11101110 | 1100100 | 110000 | 0 | 111 | 11010001 | 1100011 | 101111 |
Color Harmonies of #017CEE
Complementary color
Monochromatic Colors of #017CEE
Black with #017CEE
Text Example
Text Example
White with #017CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CEE; }
p { color: rgb(1,124,238); }
H1.HeaderClassName
{
color: #017CEE;
}
.AnyTagClassName
{
color: #017CEE;
}
</style>
background-color css
<style>
a { background-color: #017CEE; }
a { background-color: rgb(1,124,238); }
div.DivClassName
{
background-color: #017CEE;
}
.BgClassName
{
background-color: #017CEE;
}
</style>
border-color css
<style>
span { border-color: #017CEE; }
span { border-color: rgb(1,124,238); }
td.TdClassName
{
border-color: #017CEE;
}
.TagClassName
{
border-color: #017CEE;
}
</style>