Shades of Dodger Blue #1185FF
Tints of Dodger Blue #1185FF
RGB
CMYK
RGB Variations
Color information
#1185FF (or 0x1185FF) is known color: Dodger Blue. HEX triplet: 11, 85 and FF. RGB value is (17,133,255). Sum of RGB (Red+Green+Blue) = 17+133+255=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1185FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185FF is #EE7A00. Grayscale: #6F6F6F. Windows color (decimal): -15628801 or 16745745. OLE color: 16745745.
HSL color Cylindrical-coordinate representation of color #1185FF: hue angle of 210.76º 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 #1185FF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 133 | 255 | - |
| CMYK | 0.93 | 0.48 | 0 | 0 |
| HSL | 210.76º | 1% | 0.53% | - |
| HSV(B) | 210.76º | 0.93% | 1% | - |
| XYZ | 26.67 | 24.11 | 97.86 | - |
| YUV | 112.22 | 208.57 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 255 | 0.93 | 0.48 | 0 | 0 | 210.76 | 1 | 0.53 |
| Hex | 11 | 85 | FF | 5D | 30 | 0 | 0 | D3 | 64 | 35 |
| Octal | 21 | 205 | 377 | 135 | 60 | 0 | 0 | 323 | 144 | 65 |
| Binary | 10001 | 10000101 | 11111111 | 1011101 | 110000 | 0 | 0 | 11010011 | 1100100 | 110101 |
Color Harmonies of #1185FF
Complementary color
Monochromatic Colors of #1185FF
Black with #1185FF
Text Example
Text Example
White with #1185FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185FF; }
p { color: rgb(17,133,255); }
H1.HeaderClassName
{
color: #1185FF;
}
.AnyTagClassName
{
color: #1185FF;
}
</style>
background-color css
<style>
a { background-color: #1185FF; }
a { background-color: rgb(17,133,255); }
div.DivClassName
{
background-color: #1185FF;
}
.BgClassName
{
background-color: #1185FF;
}
</style>
border-color css
<style>
span { border-color: #1185FF; }
span { border-color: rgb(17,133,255); }
td.TdClassName
{
border-color: #1185FF;
}
.TagClassName
{
border-color: #1185FF;
}
</style>