Shades of Dodger Blue #017AF5
Tints of Dodger Blue #017AF5
RGB
CMYK
RGB Variations
Color information
#017AF5 (or 0x017AF5) is known color: Dodger Blue. HEX triplet: 01, 7A and F5. RGB value is (1,122,245). Sum of RGB (Red+Green+Blue) = 1+122+245=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 245 (96.09% from 255 or 66.58% from 368); Max value from RGB is 245 - color contains mainly: blue. Hex color #017AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017AF5 is #FE850A. Grayscale: #636363. Windows color (decimal): -16680203 or 16087553. OLE color: 16087553.
HSL color Cylindrical-coordinate representation of color #017AF5: hue angle of 210.25º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017AF5 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 122 | 245 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.04 |
| HSL | 210.25º | 0.99% | 0.48% | - |
| HSV(B) | 210.25º | 1% | 0.96% | - |
| XYZ | 23.45 | 20.52 | 89.11 | - |
| YUV | 99.84 | 209.91 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 245 | 1.00 | 0.50 | 0 | 0.04 | 210.25 | 0.99 | 0.48 |
| Hex | 1 | 7A | F5 | 64 | 32 | 0 | 4 | D2 | 63 | 30 |
| Octal | 1 | 172 | 365 | 144 | 62 | 0 | 4 | 322 | 143 | 60 |
| Binary | 1 | 1111010 | 11110101 | 1100100 | 110010 | 0 | 100 | 11010010 | 1100011 | 110000 |
Color Harmonies of #017AF5
Complementary color
Monochromatic Colors of #017AF5
Black with #017AF5
Text Example
Text Example
White with #017AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017AF5; }
p { color: rgb(1,122,245); }
H1.HeaderClassName
{
color: #017AF5;
}
.AnyTagClassName
{
color: #017AF5;
}
</style>
background-color css
<style>
a { background-color: #017AF5; }
a { background-color: rgb(1,122,245); }
div.DivClassName
{
background-color: #017AF5;
}
.BgClassName
{
background-color: #017AF5;
}
</style>
border-color css
<style>
span { border-color: #017AF5; }
span { border-color: rgb(1,122,245); }
td.TdClassName
{
border-color: #017AF5;
}
.TagClassName
{
border-color: #017AF5;
}
</style>