Shades of Dodger Blue #1183DE
Tints of Dodger Blue #1183DE
RGB
CMYK
RGB Variations
Color information
#1183DE (or 0x1183DE) is known color: Dodger Blue. HEX triplet: 11, 83 and DE. RGB value is (17,131,222). Sum of RGB (Red+Green+Blue) = 17+131+222=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #1183DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183DE is #EE7C21. Grayscale: #6A6A6A. Windows color (decimal): -15629346 or 14582545. OLE color: 14582545.
HSL color Cylindrical-coordinate representation of color #1183DE: hue angle of 206.63º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1183DE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 131 | 222 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.13 |
| HSL | 206.63º | 0.86% | 0.47% | - |
| HSV(B) | 206.63º | 0.92% | 0.87% | - |
| XYZ | 21.53 | 21.63 | 72.15 | - |
| YUV | 107.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 222 | 0.92 | 0.41 | 0 | 0.13 | 206.63 | 0.86 | 0.47 |
| Hex | 11 | 83 | DE | 5C | 29 | 0 | D | CF | 56 | 2F |
| Octal | 21 | 203 | 336 | 134 | 51 | 0 | 15 | 317 | 126 | 57 |
| Binary | 10001 | 10000011 | 11011110 | 1011100 | 101001 | 0 | 1101 | 11001111 | 1010110 | 101111 |
Color Harmonies of #1183DE
Complementary color
Monochromatic Colors of #1183DE
Black with #1183DE
Text Example
Text Example
White with #1183DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183DE; }
p { color: rgb(17,131,222); }
H1.HeaderClassName
{
color: #1183DE;
}
.AnyTagClassName
{
color: #1183DE;
}
</style>
background-color css
<style>
a { background-color: #1183DE; }
a { background-color: rgb(17,131,222); }
div.DivClassName
{
background-color: #1183DE;
}
.BgClassName
{
background-color: #1183DE;
}
</style>
border-color css
<style>
span { border-color: #1183DE; }
span { border-color: rgb(17,131,222); }
td.TdClassName
{
border-color: #1183DE;
}
.TagClassName
{
border-color: #1183DE;
}
</style>