Shades of Dodger Blue #017FFD
Tints of Dodger Blue #017FFD
RGB
CMYK
RGB Variations
Color information
#017FFD (or 0x017FFD) is known color: Dodger Blue. HEX triplet: 01, 7F and FD. RGB value is (1,127,253). Sum of RGB (Red+Green+Blue) = 1+127+253=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #017FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017FFD is #FE8002. Grayscale: #676767. Windows color (decimal): -16678915 or 16613121. OLE color: 16613121.
HSL color Cylindrical-coordinate representation of color #017FFD: hue angle of 210º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FFD is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 127 | 253 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.01 |
| HSL | 210º | 0.99% | 0.5% | - |
| HSV(B) | 210º | 1% | 0.99% | - |
| XYZ | 25.33 | 22.28 | 95.89 | - |
| YUV | 103.69 | 212.26 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 253 | 1.00 | 0.50 | 0 | 0.01 | 210 | 0.99 | 0.5 |
| Hex | 1 | 7F | FD | 64 | 32 | 0 | 1 | D2 | 63 | 32 |
| Octal | 1 | 177 | 375 | 144 | 62 | 0 | 1 | 322 | 143 | 62 |
| Binary | 1 | 1111111 | 11111101 | 1100100 | 110010 | 0 | 1 | 11010010 | 1100011 | 110010 |
Color Harmonies of #017FFD
Complementary color
Monochromatic Colors of #017FFD
Black with #017FFD
Text Example
Text Example
White with #017FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FFD; }
p { color: rgb(1,127,253); }
H1.HeaderClassName
{
color: #017FFD;
}
.AnyTagClassName
{
color: #017FFD;
}
</style>
background-color css
<style>
a { background-color: #017FFD; }
a { background-color: rgb(1,127,253); }
div.DivClassName
{
background-color: #017FFD;
}
.BgClassName
{
background-color: #017FFD;
}
</style>
border-color css
<style>
span { border-color: #017FFD; }
span { border-color: rgb(1,127,253); }
td.TdClassName
{
border-color: #017FFD;
}
.TagClassName
{
border-color: #017FFD;
}
</style>