Shades of Dodger Blue #11A1FC
Tints of Dodger Blue #11A1FC
RGB
CMYK
RGB Variations
Color information
#11A1FC (or 0x11A1FC) is known color: Dodger Blue. HEX triplet: 11, A1 and FC. RGB value is (17,161,252). Sum of RGB (Red+Green+Blue) = 17+161+252=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #11A1FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1FC is #EE5E03. Grayscale: #7F7F7F. Windows color (decimal): -15621636 or 16556305. OLE color: 16556305.
HSL color Cylindrical-coordinate representation of color #11A1FC: hue angle of 203.23º 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 #11A1FC is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 161 | 252 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.01 |
| HSL | 203.23º | 0.98% | 0.53% | - |
| HSV(B) | 203.23º | 0.93% | 0.99% | - |
| XYZ | 30.55 | 32.64 | 96.79 | - |
| YUV | 128.32 | 197.79 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 252 | 0.93 | 0.36 | 0 | 0.01 | 203.23 | 0.98 | 0.53 |
| Hex | 11 | A1 | FC | 5D | 24 | 0 | 1 | CB | 62 | 35 |
| Octal | 21 | 241 | 374 | 135 | 44 | 0 | 1 | 313 | 142 | 65 |
| Binary | 10001 | 10100001 | 11111100 | 1011101 | 100100 | 0 | 1 | 11001011 | 1100010 | 110101 |
Color Harmonies of #11A1FC
Complementary color
Monochromatic Colors of #11A1FC
Black with #11A1FC
Text Example
Text Example
White with #11A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A1FC; }
p { color: rgb(17,161,252); }
H1.HeaderClassName
{
color: #11A1FC;
}
.AnyTagClassName
{
color: #11A1FC;
}
</style>
background-color css
<style>
a { background-color: #11A1FC; }
a { background-color: rgb(17,161,252); }
div.DivClassName
{
background-color: #11A1FC;
}
.BgClassName
{
background-color: #11A1FC;
}
</style>
border-color css
<style>
span { border-color: #11A1FC; }
span { border-color: rgb(17,161,252); }
td.TdClassName
{
border-color: #11A1FC;
}
.TagClassName
{
border-color: #11A1FC;
}
</style>