Shades of Dodger Blue #1185DF
Tints of Dodger Blue #1185DF
RGB
CMYK
RGB Variations
Color information
#1185DF (or 0x1185DF) is known color: Dodger Blue. HEX triplet: 11, 85 and DF. RGB value is (17,133,223). Sum of RGB (Red+Green+Blue) = 17+133+223=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1185DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185DF is #EE7A20. Grayscale: #6C6C6C. Windows color (decimal): -15628833 or 14648593. OLE color: 14648593.
HSL color Cylindrical-coordinate representation of color #1185DF: hue angle of 206.21º 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 #1185DF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 133 | 223 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.13 |
| HSL | 206.21º | 0.86% | 0.47% | - |
| HSV(B) | 206.21º | 0.92% | 0.87% | - |
| XYZ | 21.94 | 22.22 | 72.95 | - |
| YUV | 108.58 | 192.57 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 223 | 0.92 | 0.40 | 0 | 0.13 | 206.21 | 0.86 | 0.47 |
| Hex | 11 | 85 | DF | 5C | 28 | 0 | D | CE | 56 | 2F |
| Octal | 21 | 205 | 337 | 134 | 50 | 0 | 15 | 316 | 126 | 57 |
| Binary | 10001 | 10000101 | 11011111 | 1011100 | 101000 | 0 | 1101 | 11001110 | 1010110 | 101111 |
Color Harmonies of #1185DF
Complementary color
Monochromatic Colors of #1185DF
Black with #1185DF
Text Example
Text Example
White with #1185DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185DF; }
p { color: rgb(17,133,223); }
H1.HeaderClassName
{
color: #1185DF;
}
.AnyTagClassName
{
color: #1185DF;
}
</style>
background-color css
<style>
a { background-color: #1185DF; }
a { background-color: rgb(17,133,223); }
div.DivClassName
{
background-color: #1185DF;
}
.BgClassName
{
background-color: #1185DF;
}
</style>
border-color css
<style>
span { border-color: #1185DF; }
span { border-color: rgb(17,133,223); }
td.TdClassName
{
border-color: #1185DF;
}
.TagClassName
{
border-color: #1185DF;
}
</style>