Shades of Dodger Blue #117AFB
Tints of Dodger Blue #117AFB
RGB
CMYK
RGB Variations
Color information
#117AFB (or 0x117AFB) is known color: Dodger Blue. HEX triplet: 11, 7A and FB. RGB value is (17,122,251). Sum of RGB (Red+Green+Blue) = 17+122+251=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #117AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AFB is #EE8504. Grayscale: #686868. Windows color (decimal): -15631621 or 16480785. OLE color: 16480785.
HSL color Cylindrical-coordinate representation of color #117AFB: hue angle of 213.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AFB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 122 | 251 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.02 |
| HSL | 213.08º | 0.97% | 0.53% | - |
| HSV(B) | 213.08º | 0.93% | 0.98% | - |
| XYZ | 24.6 | 21 | 94.02 | - |
| YUV | 105.31 | 210.21 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 251 | 0.93 | 0.51 | 0 | 0.02 | 213.08 | 0.97 | 0.53 |
| Hex | 11 | 7A | FB | 5D | 33 | 0 | 2 | D5 | 61 | 35 |
| Octal | 21 | 172 | 373 | 135 | 63 | 0 | 2 | 325 | 141 | 65 |
| Binary | 10001 | 1111010 | 11111011 | 1011101 | 110011 | 0 | 10 | 11010101 | 1100001 | 110101 |
Color Harmonies of #117AFB
Complementary color
Monochromatic Colors of #117AFB
Black with #117AFB
Text Example
Text Example
White with #117AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AFB; }
p { color: rgb(17,122,251); }
H1.HeaderClassName
{
color: #117AFB;
}
.AnyTagClassName
{
color: #117AFB;
}
</style>
background-color css
<style>
a { background-color: #117AFB; }
a { background-color: rgb(17,122,251); }
div.DivClassName
{
background-color: #117AFB;
}
.BgClassName
{
background-color: #117AFB;
}
</style>
border-color css
<style>
span { border-color: #117AFB; }
span { border-color: rgb(17,122,251); }
td.TdClassName
{
border-color: #117AFB;
}
.TagClassName
{
border-color: #117AFB;
}
</style>