Shades of Dodger Blue #117AF3
Tints of Dodger Blue #117AF3
RGB
CMYK
RGB Variations
Color information
#117AF3 (or 0x117AF3) is known color: Dodger Blue. HEX triplet: 11, 7A and F3. RGB value is (17,122,243). Sum of RGB (Red+Green+Blue) = 17+122+243=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #117AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AF3 is #EE850C. Grayscale: #676767. Windows color (decimal): -15631629 or 15956497. OLE color: 15956497.
HSL color Cylindrical-coordinate representation of color #117AF3: hue angle of 212.12º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117AF3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 122 | 243 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.05 |
| HSL | 212.12º | 0.9% | 0.51% | - |
| HSV(B) | 212.12º | 0.93% | 0.95% | - |
| XYZ | 23.37 | 20.51 | 87.52 | - |
| YUV | 104.4 | 206.21 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 243 | 0.93 | 0.50 | 0 | 0.05 | 212.12 | 0.9 | 0.51 |
| Hex | 11 | 7A | F3 | 5D | 32 | 0 | 5 | D4 | 5A | 33 |
| Octal | 21 | 172 | 363 | 135 | 62 | 0 | 5 | 324 | 132 | 63 |
| Binary | 10001 | 1111010 | 11110011 | 1011101 | 110010 | 0 | 101 | 11010100 | 1011010 | 110011 |
Color Harmonies of #117AF3
Complementary color
Monochromatic Colors of #117AF3
Black with #117AF3
Text Example
Text Example
White with #117AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AF3; }
p { color: rgb(17,122,243); }
H1.HeaderClassName
{
color: #117AF3;
}
.AnyTagClassName
{
color: #117AF3;
}
</style>
background-color css
<style>
a { background-color: #117AF3; }
a { background-color: rgb(17,122,243); }
div.DivClassName
{
background-color: #117AF3;
}
.BgClassName
{
background-color: #117AF3;
}
</style>
border-color css
<style>
span { border-color: #117AF3; }
span { border-color: rgb(17,122,243); }
td.TdClassName
{
border-color: #117AF3;
}
.TagClassName
{
border-color: #117AF3;
}
</style>