Shades of Dodger Blue #117BFC
Tints of Dodger Blue #117BFC
RGB
CMYK
RGB Variations
Color information
#117BFC (or 0x117BFC) is known color: Dodger Blue. HEX triplet: 11, 7B and FC. RGB value is (17,123,252). Sum of RGB (Red+Green+Blue) = 17+123+252=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #117BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BFC is #EE8403. Grayscale: #696969. Windows color (decimal): -15631364 or 16546577. OLE color: 16546577.
HSL color Cylindrical-coordinate representation of color #117BFC: hue angle of 212.94º 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 #117BFC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 123 | 252 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.01 |
| HSL | 212.94º | 0.98% | 0.53% | - |
| HSV(B) | 212.94º | 0.93% | 0.99% | - |
| XYZ | 24.88 | 21.31 | 94.9 | - |
| YUV | 106.01 | 210.38 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 252 | 0.93 | 0.51 | 0 | 0.01 | 212.94 | 0.98 | 0.53 |
| Hex | 11 | 7B | FC | 5D | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 21 | 173 | 374 | 135 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10001 | 1111011 | 11111100 | 1011101 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #117BFC
Complementary color
Monochromatic Colors of #117BFC
Black with #117BFC
Text Example
Text Example
White with #117BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BFC; }
p { color: rgb(17,123,252); }
H1.HeaderClassName
{
color: #117BFC;
}
.AnyTagClassName
{
color: #117BFC;
}
</style>
background-color css
<style>
a { background-color: #117BFC; }
a { background-color: rgb(17,123,252); }
div.DivClassName
{
background-color: #117BFC;
}
.BgClassName
{
background-color: #117BFC;
}
</style>
border-color css
<style>
span { border-color: #117BFC; }
span { border-color: rgb(17,123,252); }
td.TdClassName
{
border-color: #117BFC;
}
.TagClassName
{
border-color: #117BFC;
}
</style>