Shades of Dodger Blue #11A1FB
Tints of Dodger Blue #11A1FB
RGB
CMYK
RGB Variations
Color information
#11A1FB (or 0x11A1FB) is known color: Dodger Blue. HEX triplet: 11, A1 and FB. RGB value is (17,161,251). Sum of RGB (Red+Green+Blue) = 17+161+251=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #11A1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1FB is #EE5E04. Grayscale: #7F7F7F. Windows color (decimal): -15621637 or 16490769. OLE color: 16490769.
HSL color Cylindrical-coordinate representation of color #11A1FB: hue angle of 203.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 #11A1FB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 161 | 251 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.02 |
| HSL | 203.08º | 0.97% | 0.53% | - |
| HSV(B) | 203.08º | 0.93% | 0.98% | - |
| XYZ | 30.39 | 32.57 | 95.95 | - |
| YUV | 128.2 | 197.29 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 251 | 0.93 | 0.36 | 0 | 0.02 | 203.08 | 0.97 | 0.53 |
| Hex | 11 | A1 | FB | 5D | 24 | 0 | 2 | CB | 61 | 35 |
| Octal | 21 | 241 | 373 | 135 | 44 | 0 | 2 | 313 | 141 | 65 |
| Binary | 10001 | 10100001 | 11111011 | 1011101 | 100100 | 0 | 10 | 11001011 | 1100001 | 110101 |
Color Harmonies of #11A1FB
Complementary color
Monochromatic Colors of #11A1FB
Black with #11A1FB
Text Example
Text Example
White with #11A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A1FB; }
p { color: rgb(17,161,251); }
H1.HeaderClassName
{
color: #11A1FB;
}
.AnyTagClassName
{
color: #11A1FB;
}
</style>
background-color css
<style>
a { background-color: #11A1FB; }
a { background-color: rgb(17,161,251); }
div.DivClassName
{
background-color: #11A1FB;
}
.BgClassName
{
background-color: #11A1FB;
}
</style>
border-color css
<style>
span { border-color: #11A1FB; }
span { border-color: rgb(17,161,251); }
td.TdClassName
{
border-color: #11A1FB;
}
.TagClassName
{
border-color: #11A1FB;
}
</style>