Shades of Dodger Blue #017AFD
Tints of Dodger Blue #017AFD
RGB
CMYK
RGB Variations
Color information
#017AFD (or 0x017AFD) is known color: Dodger Blue. HEX triplet: 01, 7A and FD. RGB value is (1,122,253). Sum of RGB (Red+Green+Blue) = 1+122+253=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #017AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AFD is #FE8502. Grayscale: #646464. Windows color (decimal): -16680195 or 16611841. OLE color: 16611841.
HSL color Cylindrical-coordinate representation of color #017AFD: hue angle of 211.19º 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 #017AFD is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 122 | 253 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.01 |
| HSL | 211.19º | 0.99% | 0.5% | - |
| HSV(B) | 211.19º | 1% | 0.99% | - |
| XYZ | 24.7 | 21.02 | 95.68 | - |
| YUV | 100.76 | 213.91 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 253 | 1.00 | 0.52 | 0 | 0.01 | 211.19 | 0.99 | 0.5 |
| Hex | 1 | 7A | FD | 64 | 34 | 0 | 1 | D3 | 63 | 32 |
| Octal | 1 | 172 | 375 | 144 | 64 | 0 | 1 | 323 | 143 | 62 |
| Binary | 1 | 1111010 | 11111101 | 1100100 | 110100 | 0 | 1 | 11010011 | 1100011 | 110010 |
Color Harmonies of #017AFD
Complementary color
Monochromatic Colors of #017AFD
Black with #017AFD
Text Example
Text Example
White with #017AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AFD; }
p { color: rgb(1,122,253); }
H1.HeaderClassName
{
color: #017AFD;
}
.AnyTagClassName
{
color: #017AFD;
}
</style>
background-color css
<style>
a { background-color: #017AFD; }
a { background-color: rgb(1,122,253); }
div.DivClassName
{
background-color: #017AFD;
}
.BgClassName
{
background-color: #017AFD;
}
</style>
border-color css
<style>
span { border-color: #017AFD; }
span { border-color: rgb(1,122,253); }
td.TdClassName
{
border-color: #017AFD;
}
.TagClassName
{
border-color: #017AFD;
}
</style>