Shades of Dodger Blue #11A1F3
Tints of Dodger Blue #11A1F3
RGB
CMYK
RGB Variations
Color information
#11A1F3 (or 0x11A1F3) is known color: Dodger Blue. HEX triplet: 11, A1 and F3. RGB value is (17,161,243). Sum of RGB (Red+Green+Blue) = 17+161+243=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #11A1F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1F3 is #EE5E0C. Grayscale: #7E7E7E. Windows color (decimal): -15621645 or 15966481. OLE color: 15966481.
HSL color Cylindrical-coordinate representation of color #11A1F3: hue angle of 201.77º 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 #11A1F3 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 161 | 243 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.05 |
| HSL | 201.77º | 0.9% | 0.51% | - |
| HSV(B) | 201.77º | 0.93% | 0.95% | - |
| XYZ | 29.15 | 32.08 | 89.45 | - |
| YUV | 127.29 | 193.29 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 243 | 0.93 | 0.34 | 0 | 0.05 | 201.77 | 0.9 | 0.51 |
| Hex | 11 | A1 | F3 | 5D | 22 | 0 | 5 | CA | 5A | 33 |
| Octal | 21 | 241 | 363 | 135 | 42 | 0 | 5 | 312 | 132 | 63 |
| Binary | 10001 | 10100001 | 11110011 | 1011101 | 100010 | 0 | 101 | 11001010 | 1011010 | 110011 |
Color Harmonies of #11A1F3
Complementary color
Monochromatic Colors of #11A1F3
Black with #11A1F3
Text Example
Text Example
White with #11A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A1F3; }
p { color: rgb(17,161,243); }
H1.HeaderClassName
{
color: #11A1F3;
}
.AnyTagClassName
{
color: #11A1F3;
}
</style>
background-color css
<style>
a { background-color: #11A1F3; }
a { background-color: rgb(17,161,243); }
div.DivClassName
{
background-color: #11A1F3;
}
.BgClassName
{
background-color: #11A1F3;
}
</style>
border-color css
<style>
span { border-color: #11A1F3; }
span { border-color: rgb(17,161,243); }
td.TdClassName
{
border-color: #11A1F3;
}
.TagClassName
{
border-color: #11A1F3;
}
</style>