Shades of Dodger Blue #017AFC
Tints of Dodger Blue #017AFC
RGB
CMYK
RGB Variations
Color information
#017AFC (or 0x017AFC) is known color: Dodger Blue. HEX triplet: 01, 7A and FC. RGB value is (1,122,252). Sum of RGB (Red+Green+Blue) = 1+122+252=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #017AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AFC is #FE8503. Grayscale: #636363. Windows color (decimal): -16680196 or 16546305. OLE color: 16546305.
HSL color Cylindrical-coordinate representation of color #017AFC: hue angle of 211.08º 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 #017AFC is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 122 | 252 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.01 |
| HSL | 211.08º | 0.99% | 0.5% | - |
| HSV(B) | 211.08º | 1% | 0.99% | - |
| XYZ | 24.54 | 20.95 | 94.85 | - |
| YUV | 100.64 | 213.41 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 252 | 1.00 | 0.52 | 0 | 0.01 | 211.08 | 0.99 | 0.5 |
| Hex | 1 | 7A | FC | 64 | 34 | 0 | 1 | D3 | 63 | 32 |
| Octal | 1 | 172 | 374 | 144 | 64 | 0 | 1 | 323 | 143 | 62 |
| Binary | 1 | 1111010 | 11111100 | 1100100 | 110100 | 0 | 1 | 11010011 | 1100011 | 110010 |
Color Harmonies of #017AFC
Complementary color
Monochromatic Colors of #017AFC
Black with #017AFC
Text Example
Text Example
White with #017AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AFC; }
p { color: rgb(1,122,252); }
H1.HeaderClassName
{
color: #017AFC;
}
.AnyTagClassName
{
color: #017AFC;
}
</style>
background-color css
<style>
a { background-color: #017AFC; }
a { background-color: rgb(1,122,252); }
div.DivClassName
{
background-color: #017AFC;
}
.BgClassName
{
background-color: #017AFC;
}
</style>
border-color css
<style>
span { border-color: #017AFC; }
span { border-color: rgb(1,122,252); }
td.TdClassName
{
border-color: #017AFC;
}
.TagClassName
{
border-color: #017AFC;
}
</style>