Shades of Dodger Blue #11A0FD
Tints of Dodger Blue #11A0FD
RGB
CMYK
RGB Variations
Color information
#11A0FD (or 0x11A0FD) is known color: Dodger Blue. HEX triplet: 11, A0 and FD. RGB value is (17,160,253). Sum of RGB (Red+Green+Blue) = 17+160+253=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #11A0FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A0FD is #EE5F02. Grayscale: #7F7F7F. Windows color (decimal): -15621891 or 16621585. OLE color: 16621585.
HSL color Cylindrical-coordinate representation of color #11A0FD: hue angle of 203.64º 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 #11A0FD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 160 | 253 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.01 |
| HSL | 203.64º | 0.98% | 0.53% | - |
| HSV(B) | 203.64º | 0.93% | 0.99% | - |
| XYZ | 30.53 | 32.35 | 97.56 | - |
| YUV | 127.85 | 198.62 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 253 | 0.93 | 0.37 | 0 | 0.01 | 203.64 | 0.98 | 0.53 |
| Hex | 11 | A0 | FD | 5D | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 21 | 240 | 375 | 135 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10001 | 10100000 | 11111101 | 1011101 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #11A0FD
Complementary color
Monochromatic Colors of #11A0FD
Black with #11A0FD
Text Example
Text Example
White with #11A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A0FD; }
p { color: rgb(17,160,253); }
H1.HeaderClassName
{
color: #11A0FD;
}
.AnyTagClassName
{
color: #11A0FD;
}
</style>
background-color css
<style>
a { background-color: #11A0FD; }
a { background-color: rgb(17,160,253); }
div.DivClassName
{
background-color: #11A0FD;
}
.BgClassName
{
background-color: #11A0FD;
}
</style>
border-color css
<style>
span { border-color: #11A0FD; }
span { border-color: rgb(17,160,253); }
td.TdClassName
{
border-color: #11A0FD;
}
.TagClassName
{
border-color: #11A0FD;
}
</style>