Shades of Dodger Blue #117AFD
Tints of Dodger Blue #117AFD
RGB
CMYK
RGB Variations
Color information
#117AFD (or 0x117AFD) is known color: Dodger Blue. HEX triplet: 11, 7A and FD. RGB value is (17,122,253). Sum of RGB (Red+Green+Blue) = 17+122+253=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #117AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AFD is #EE8502. Grayscale: #686868. Windows color (decimal): -15631619 or 16611857. OLE color: 16611857.
HSL color Cylindrical-coordinate representation of color #117AFD: hue angle of 213.31º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AFD is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 122 | 253 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.01 |
| HSL | 213.31º | 0.98% | 0.53% | - |
| HSV(B) | 213.31º | 0.93% | 0.99% | - |
| XYZ | 24.92 | 21.13 | 95.69 | - |
| YUV | 105.54 | 211.21 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 253 | 0.93 | 0.52 | 0 | 0.01 | 213.31 | 0.98 | 0.53 |
| Hex | 11 | 7A | FD | 5D | 34 | 0 | 1 | D5 | 62 | 35 |
| Octal | 21 | 172 | 375 | 135 | 64 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10001 | 1111010 | 11111101 | 1011101 | 110100 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #117AFD
Complementary color
Monochromatic Colors of #117AFD
Black with #117AFD
Text Example
Text Example
White with #117AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AFD; }
p { color: rgb(17,122,253); }
H1.HeaderClassName
{
color: #117AFD;
}
.AnyTagClassName
{
color: #117AFD;
}
</style>
background-color css
<style>
a { background-color: #117AFD; }
a { background-color: rgb(17,122,253); }
div.DivClassName
{
background-color: #117AFD;
}
.BgClassName
{
background-color: #117AFD;
}
</style>
border-color css
<style>
span { border-color: #117AFD; }
span { border-color: rgb(17,122,253); }
td.TdClassName
{
border-color: #117AFD;
}
.TagClassName
{
border-color: #117AFD;
}
</style>