Shades of Dodger Blue #1185FD
Tints of Dodger Blue #1185FD
RGB
CMYK
RGB Variations
Color information
#1185FD (or 0x1185FD) is known color: Dodger Blue. HEX triplet: 11, 85 and FD. RGB value is (17,133,253). Sum of RGB (Red+Green+Blue) = 17+133+253=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #1185FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1185FD is #EE7A02. Grayscale: #6F6F6F. Windows color (decimal): -15628803 or 16614673. OLE color: 16614673.
HSL color Cylindrical-coordinate representation of color #1185FD: hue angle of 210.51º 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 #1185FD is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 133 | 253 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.01 |
| HSL | 210.51º | 0.98% | 0.53% | - |
| HSV(B) | 210.51º | 0.93% | 0.99% | - |
| XYZ | 26.35 | 23.99 | 96.17 | - |
| YUV | 112 | 207.57 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 253 | 0.93 | 0.47 | 0 | 0.01 | 210.51 | 0.98 | 0.53 |
| Hex | 11 | 85 | FD | 5D | 2F | 0 | 1 | D3 | 62 | 35 |
| Octal | 21 | 205 | 375 | 135 | 57 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10001 | 10000101 | 11111101 | 1011101 | 101111 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1185FD
Complementary color
Monochromatic Colors of #1185FD
Black with #1185FD
Text Example
Text Example
White with #1185FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185FD; }
p { color: rgb(17,133,253); }
H1.HeaderClassName
{
color: #1185FD;
}
.AnyTagClassName
{
color: #1185FD;
}
</style>
background-color css
<style>
a { background-color: #1185FD; }
a { background-color: rgb(17,133,253); }
div.DivClassName
{
background-color: #1185FD;
}
.BgClassName
{
background-color: #1185FD;
}
</style>
border-color css
<style>
span { border-color: #1185FD; }
span { border-color: rgb(17,133,253); }
td.TdClassName
{
border-color: #1185FD;
}
.TagClassName
{
border-color: #1185FD;
}
</style>