Shades of Dodger Blue #11A4FF
Tints of Dodger Blue #11A4FF
RGB
CMYK
RGB Variations
Color information
#11A4FF (or 0x11A4FF) is known color: Dodger Blue. HEX triplet: 11, A4 and FF. RGB value is (17,164,255). Sum of RGB (Red+Green+Blue) = 17+164+255=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #11A4FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A4FF is #EE5B00. Grayscale: #818181. Windows color (decimal): -15620865 or 16753681. OLE color: 16753681.
HSL color Cylindrical-coordinate representation of color #11A4FF: hue angle of 202.94º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11A4FF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 164 | 255 | - |
| CMYK | 0.93 | 0.36 | 0 | 0 |
| HSL | 202.94º | 1% | 0.53% | - |
| HSV(B) | 202.94º | 0.93% | 1% | - |
| XYZ | 31.56 | 33.89 | 99.49 | - |
| YUV | 130.42 | 198.3 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 164 | 255 | 0.93 | 0.36 | 0 | 0 | 202.94 | 1 | 0.53 |
| Hex | 11 | A4 | FF | 5D | 24 | 0 | 0 | CB | 64 | 35 |
| Octal | 21 | 244 | 377 | 135 | 44 | 0 | 0 | 313 | 144 | 65 |
| Binary | 10001 | 10100100 | 11111111 | 1011101 | 100100 | 0 | 0 | 11001011 | 1100100 | 110101 |
Color Harmonies of #11A4FF
Complementary color
Monochromatic Colors of #11A4FF
Black with #11A4FF
Text Example
Text Example
White with #11A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A4FF; }
p { color: rgb(17,164,255); }
H1.HeaderClassName
{
color: #11A4FF;
}
.AnyTagClassName
{
color: #11A4FF;
}
</style>
background-color css
<style>
a { background-color: #11A4FF; }
a { background-color: rgb(17,164,255); }
div.DivClassName
{
background-color: #11A4FF;
}
.BgClassName
{
background-color: #11A4FF;
}
</style>
border-color css
<style>
span { border-color: #11A4FF; }
span { border-color: rgb(17,164,255); }
td.TdClassName
{
border-color: #11A4FF;
}
.TagClassName
{
border-color: #11A4FF;
}
</style>