Shades of Dodger Blue #11A8FC
Tints of Dodger Blue #11A8FC
RGB
CMYK
RGB Variations
Color information
#11A8FC (or 0x11A8FC) is known color: Dodger Blue. HEX triplet: 11, A8 and FC. RGB value is (17,168,252). Sum of RGB (Red+Green+Blue) = 17+168+252=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #11A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8FC is #EE5703. Grayscale: #838383. Windows color (decimal): -15619844 or 16558097. OLE color: 16558097.
HSL color Cylindrical-coordinate representation of color #11A8FC: hue angle of 201.45º 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 #11A8FC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 168 | 252 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.01 |
| HSL | 201.45º | 0.98% | 0.53% | - |
| HSV(B) | 201.45º | 0.93% | 0.99% | - |
| XYZ | 31.8 | 35.15 | 97.2 | - |
| YUV | 132.43 | 195.47 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 252 | 0.93 | 0.33 | 0 | 0.01 | 201.45 | 0.98 | 0.53 |
| Hex | 11 | A8 | FC | 5D | 21 | 0 | 1 | C9 | 62 | 35 |
| Octal | 21 | 250 | 374 | 135 | 41 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10001 | 10101000 | 11111100 | 1011101 | 100001 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #11A8FC
Complementary color
Monochromatic Colors of #11A8FC
Black with #11A8FC
Text Example
Text Example
White with #11A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8FC; }
p { color: rgb(17,168,252); }
H1.HeaderClassName
{
color: #11A8FC;
}
.AnyTagClassName
{
color: #11A8FC;
}
</style>
background-color css
<style>
a { background-color: #11A8FC; }
a { background-color: rgb(17,168,252); }
div.DivClassName
{
background-color: #11A8FC;
}
.BgClassName
{
background-color: #11A8FC;
}
</style>
border-color css
<style>
span { border-color: #11A8FC; }
span { border-color: rgb(17,168,252); }
td.TdClassName
{
border-color: #11A8FC;
}
.TagClassName
{
border-color: #11A8FC;
}
</style>