Shades of Dodger Blue #11A8FE
Tints of Dodger Blue #11A8FE
RGB
CMYK
RGB Variations
Color information
#11A8FE (or 0x11A8FE) is known color: Dodger Blue. HEX triplet: 11, A8 and FE. RGB value is (17,168,254). Sum of RGB (Red+Green+Blue) = 17+168+254=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #11A8FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8FE is #EE5701. Grayscale: #848484. Windows color (decimal): -15619842 or 16689169. OLE color: 16689169.
HSL color Cylindrical-coordinate representation of color #11A8FE: hue angle of 201.77º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A8FE is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 168 | 254 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.00 |
| HSL | 201.77º | 0.99% | 0.53% | - |
| HSV(B) | 201.77º | 0.93% | 1% | - |
| XYZ | 32.12 | 35.28 | 98.88 | - |
| YUV | 132.66 | 196.47 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 254 | 0.93 | 0.34 | 0 | 0.00 | 201.77 | 0.99 | 0.53 |
| Hex | 11 | A8 | FE | 5D | 22 | 0 | 0 | CA | 63 | 35 |
| Octal | 21 | 250 | 376 | 135 | 42 | 0 | 0 | 312 | 143 | 65 |
| Binary | 10001 | 10101000 | 11111110 | 1011101 | 100010 | 0 | 0 | 11001010 | 1100011 | 110101 |
Color Harmonies of #11A8FE
Complementary color
Monochromatic Colors of #11A8FE
Black with #11A8FE
Text Example
Text Example
White with #11A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8FE; }
p { color: rgb(17,168,254); }
H1.HeaderClassName
{
color: #11A8FE;
}
.AnyTagClassName
{
color: #11A8FE;
}
</style>
background-color css
<style>
a { background-color: #11A8FE; }
a { background-color: rgb(17,168,254); }
div.DivClassName
{
background-color: #11A8FE;
}
.BgClassName
{
background-color: #11A8FE;
}
</style>
border-color css
<style>
span { border-color: #11A8FE; }
span { border-color: rgb(17,168,254); }
td.TdClassName
{
border-color: #11A8FE;
}
.TagClassName
{
border-color: #11A8FE;
}
</style>