Shades of Dodger Blue #1183FF
Tints of Dodger Blue #1183FF
RGB
CMYK
RGB Variations
Color information
#1183FF (or 0x1183FF) is known color: Dodger Blue. HEX triplet: 11, 83 and FF. RGB value is (17,131,255). Sum of RGB (Red+Green+Blue) = 17+131+255=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1183FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183FF is #EE7C00. Grayscale: #6E6E6E. Windows color (decimal): -15629313 or 16745233. OLE color: 16745233.
HSL color Cylindrical-coordinate representation of color #1183FF: hue angle of 211.26º 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 #1183FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 131 | 255 | - |
| CMYK | 0.93 | 0.49 | 0 | 0 |
| HSL | 211.26º | 1% | 0.53% | - |
| HSV(B) | 211.26º | 0.93% | 1% | - |
| XYZ | 26.4 | 23.57 | 97.77 | - |
| YUV | 111.05 | 209.23 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 255 | 0.93 | 0.49 | 0 | 0 | 211.26 | 1 | 0.53 |
| Hex | 11 | 83 | FF | 5D | 31 | 0 | 0 | D3 | 64 | 35 |
| Octal | 21 | 203 | 377 | 135 | 61 | 0 | 0 | 323 | 144 | 65 |
| Binary | 10001 | 10000011 | 11111111 | 1011101 | 110001 | 0 | 0 | 11010011 | 1100100 | 110101 |
Color Harmonies of #1183FF
Complementary color
Monochromatic Colors of #1183FF
Black with #1183FF
Text Example
Text Example
White with #1183FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183FF; }
p { color: rgb(17,131,255); }
H1.HeaderClassName
{
color: #1183FF;
}
.AnyTagClassName
{
color: #1183FF;
}
</style>
background-color css
<style>
a { background-color: #1183FF; }
a { background-color: rgb(17,131,255); }
div.DivClassName
{
background-color: #1183FF;
}
.BgClassName
{
background-color: #1183FF;
}
</style>
border-color css
<style>
span { border-color: #1183FF; }
span { border-color: rgb(17,131,255); }
td.TdClassName
{
border-color: #1183FF;
}
.TagClassName
{
border-color: #1183FF;
}
</style>