Shades of Dodger Blue #017CFE
Tints of Dodger Blue #017CFE
RGB
CMYK
RGB Variations
Color information
#017CFE (or 0x017CFE) is known color: Dodger Blue. HEX triplet: 01, 7C and FE. RGB value is (1,124,254). Sum of RGB (Red+Green+Blue) = 1+124+254=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #017CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CFE is #FE8301. Grayscale: #656565. Windows color (decimal): -16679682 or 16677889. OLE color: 16677889.
HSL color Cylindrical-coordinate representation of color #017CFE: hue angle of 210.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CFE is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 124 | 254 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.00 |
| HSL | 210.83º | 0.99% | 0.5% | - |
| HSV(B) | 210.83º | 1% | 1% | - |
| XYZ | 25.11 | 21.58 | 96.61 | - |
| YUV | 102.04 | 213.75 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 254 | 1.00 | 0.51 | 0 | 0.00 | 210.83 | 0.99 | 0.5 |
| Hex | 1 | 7C | FE | 64 | 33 | 0 | 0 | D3 | 63 | 32 |
| Octal | 1 | 174 | 376 | 144 | 63 | 0 | 0 | 323 | 143 | 62 |
| Binary | 1 | 1111100 | 11111110 | 1100100 | 110011 | 0 | 0 | 11010011 | 1100011 | 110010 |
Color Harmonies of #017CFE
Complementary color
Monochromatic Colors of #017CFE
Black with #017CFE
Text Example
Text Example
White with #017CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CFE; }
p { color: rgb(1,124,254); }
H1.HeaderClassName
{
color: #017CFE;
}
.AnyTagClassName
{
color: #017CFE;
}
</style>
background-color css
<style>
a { background-color: #017CFE; }
a { background-color: rgb(1,124,254); }
div.DivClassName
{
background-color: #017CFE;
}
.BgClassName
{
background-color: #017CFE;
}
</style>
border-color css
<style>
span { border-color: #017CFE; }
span { border-color: rgb(1,124,254); }
td.TdClassName
{
border-color: #017CFE;
}
.TagClassName
{
border-color: #017CFE;
}
</style>