Shades of Dodger Blue #1183FD
Tints of Dodger Blue #1183FD
RGB
CMYK
RGB Variations
Color information
#1183FD (or 0x1183FD) is known color: Dodger Blue. HEX triplet: 11, 83 and FD. RGB value is (17,131,253). Sum of RGB (Red+Green+Blue) = 17+131+253=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #1183FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183FD is #EE7C02. Grayscale: #6E6E6E. Windows color (decimal): -15629315 or 16614161. OLE color: 16614161.
HSL color Cylindrical-coordinate representation of color #1183FD: hue angle of 211.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1183FD is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 131 | 253 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.01 |
| HSL | 211.02º | 0.98% | 0.53% | - |
| HSV(B) | 211.02º | 0.93% | 0.99% | - |
| XYZ | 26.08 | 23.44 | 96.08 | - |
| YUV | 110.82 | 208.23 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 253 | 0.93 | 0.48 | 0 | 0.01 | 211.02 | 0.98 | 0.53 |
| Hex | 11 | 83 | FD | 5D | 30 | 0 | 1 | D3 | 62 | 35 |
| Octal | 21 | 203 | 375 | 135 | 60 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10001 | 10000011 | 11111101 | 1011101 | 110000 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1183FD
Complementary color
Monochromatic Colors of #1183FD
Black with #1183FD
Text Example
Text Example
White with #1183FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183FD; }
p { color: rgb(17,131,253); }
H1.HeaderClassName
{
color: #1183FD;
}
.AnyTagClassName
{
color: #1183FD;
}
</style>
background-color css
<style>
a { background-color: #1183FD; }
a { background-color: rgb(17,131,253); }
div.DivClassName
{
background-color: #1183FD;
}
.BgClassName
{
background-color: #1183FD;
}
</style>
border-color css
<style>
span { border-color: #1183FD; }
span { border-color: rgb(17,131,253); }
td.TdClassName
{
border-color: #1183FD;
}
.TagClassName
{
border-color: #1183FD;
}
</style>