Shades of Dodger Blue #117AFE
Tints of Dodger Blue #117AFE
RGB
CMYK
RGB Variations
Color information
#117AFE (or 0x117AFE) is known color: Dodger Blue. HEX triplet: 11, 7A and FE. RGB value is (17,122,254). Sum of RGB (Red+Green+Blue) = 17+122+254=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #117AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AFE is #EE8501. Grayscale: #696969. Windows color (decimal): -15631618 or 16677393. OLE color: 16677393.
HSL color Cylindrical-coordinate representation of color #117AFE: hue angle of 213.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AFE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 122 | 254 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.00 |
| HSL | 213.42º | 0.99% | 0.53% | - |
| HSV(B) | 213.42º | 0.93% | 1% | - |
| XYZ | 25.08 | 21.19 | 96.53 | - |
| YUV | 105.65 | 211.71 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 254 | 0.93 | 0.52 | 0 | 0.00 | 213.42 | 0.99 | 0.53 |
| Hex | 11 | 7A | FE | 5D | 34 | 0 | 0 | D5 | 63 | 35 |
| Octal | 21 | 172 | 376 | 135 | 64 | 0 | 0 | 325 | 143 | 65 |
| Binary | 10001 | 1111010 | 11111110 | 1011101 | 110100 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #117AFE
Complementary color
Monochromatic Colors of #117AFE
Black with #117AFE
Text Example
Text Example
White with #117AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AFE; }
p { color: rgb(17,122,254); }
H1.HeaderClassName
{
color: #117AFE;
}
.AnyTagClassName
{
color: #117AFE;
}
</style>
background-color css
<style>
a { background-color: #117AFE; }
a { background-color: rgb(17,122,254); }
div.DivClassName
{
background-color: #117AFE;
}
.BgClassName
{
background-color: #117AFE;
}
</style>
border-color css
<style>
span { border-color: #117AFE; }
span { border-color: rgb(17,122,254); }
td.TdClassName
{
border-color: #117AFE;
}
.TagClassName
{
border-color: #117AFE;
}
</style>