Shades of Dodger Blue #1183DF
Tints of Dodger Blue #1183DF
RGB
CMYK
RGB Variations
Color information
#1183DF (or 0x1183DF) is known color: Dodger Blue. HEX triplet: 11, 83 and DF. RGB value is (17,131,223). Sum of RGB (Red+Green+Blue) = 17+131+223=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #1183DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183DF is #EE7C20. Grayscale: #6A6A6A. Windows color (decimal): -15629345 or 14648081. OLE color: 14648081.
HSL color Cylindrical-coordinate representation of color #1183DF: hue angle of 206.8º 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 #1183DF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 131 | 223 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.13 |
| HSL | 206.8º | 0.86% | 0.47% | - |
| HSV(B) | 206.8º | 0.92% | 0.87% | - |
| XYZ | 21.67 | 21.68 | 72.85 | - |
| YUV | 107.4 | 193.23 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 223 | 0.92 | 0.41 | 0 | 0.13 | 206.8 | 0.86 | 0.47 |
| Hex | 11 | 83 | DF | 5C | 29 | 0 | D | CF | 56 | 2F |
| Octal | 21 | 203 | 337 | 134 | 51 | 0 | 15 | 317 | 126 | 57 |
| Binary | 10001 | 10000011 | 11011111 | 1011100 | 101001 | 0 | 1101 | 11001111 | 1010110 | 101111 |
Color Harmonies of #1183DF
Complementary color
Monochromatic Colors of #1183DF
Black with #1183DF
Text Example
Text Example
White with #1183DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183DF; }
p { color: rgb(17,131,223); }
H1.HeaderClassName
{
color: #1183DF;
}
.AnyTagClassName
{
color: #1183DF;
}
</style>
background-color css
<style>
a { background-color: #1183DF; }
a { background-color: rgb(17,131,223); }
div.DivClassName
{
background-color: #1183DF;
}
.BgClassName
{
background-color: #1183DF;
}
</style>
border-color css
<style>
span { border-color: #1183DF; }
span { border-color: rgb(17,131,223); }
td.TdClassName
{
border-color: #1183DF;
}
.TagClassName
{
border-color: #1183DF;
}
</style>