Shades of Dodger Blue #117FFC
Tints of Dodger Blue #117FFC
RGB
CMYK
RGB Variations
Color information
#117FFC (or 0x117FFC) is known color: Dodger Blue. HEX triplet: 11, 7F and FC. RGB value is (17,127,252). Sum of RGB (Red+Green+Blue) = 17+127+252=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #117FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FFC is #EE8003. Grayscale: #6B6B6B. Windows color (decimal): -15630340 or 16547601. OLE color: 16547601.
HSL color Cylindrical-coordinate representation of color #117FFC: hue angle of 211.91º 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 #117FFC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 127 | 252 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.01 |
| HSL | 211.91º | 0.98% | 0.53% | - |
| HSV(B) | 211.91º | 0.93% | 0.99% | - |
| XYZ | 25.39 | 22.33 | 95.07 | - |
| YUV | 108.36 | 209.06 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 252 | 0.93 | 0.50 | 0 | 0.01 | 211.91 | 0.98 | 0.53 |
| Hex | 11 | 7F | FC | 5D | 32 | 0 | 1 | D4 | 62 | 35 |
| Octal | 21 | 177 | 374 | 135 | 62 | 0 | 1 | 324 | 142 | 65 |
| Binary | 10001 | 1111111 | 11111100 | 1011101 | 110010 | 0 | 1 | 11010100 | 1100010 | 110101 |
Color Harmonies of #117FFC
Complementary color
Monochromatic Colors of #117FFC
Black with #117FFC
Text Example
Text Example
White with #117FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FFC; }
p { color: rgb(17,127,252); }
H1.HeaderClassName
{
color: #117FFC;
}
.AnyTagClassName
{
color: #117FFC;
}
</style>
background-color css
<style>
a { background-color: #117FFC; }
a { background-color: rgb(17,127,252); }
div.DivClassName
{
background-color: #117FFC;
}
.BgClassName
{
background-color: #117FFC;
}
</style>
border-color css
<style>
span { border-color: #117FFC; }
span { border-color: rgb(17,127,252); }
td.TdClassName
{
border-color: #117FFC;
}
.TagClassName
{
border-color: #117FFC;
}
</style>