Shades of Dodger Blue #1187DF
Tints of Dodger Blue #1187DF
RGB
CMYK
RGB Variations
Color information
#1187DF (or 0x1187DF) is known color: Dodger Blue. HEX triplet: 11, 87 and DF. RGB value is (17,135,223). Sum of RGB (Red+Green+Blue) = 17+135+223=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1187DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187DF is #EE7820. Grayscale: #6D6D6D. Windows color (decimal): -15628321 or 14649105. OLE color: 14649105.
HSL color Cylindrical-coordinate representation of color #1187DF: hue angle of 205.63º 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 #1187DF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 135 | 223 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.13 |
| HSL | 205.63º | 0.86% | 0.47% | - |
| HSV(B) | 205.63º | 0.92% | 0.87% | - |
| XYZ | 22.21 | 22.77 | 73.04 | - |
| YUV | 109.75 | 191.91 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 223 | 0.92 | 0.39 | 0 | 0.13 | 205.63 | 0.86 | 0.47 |
| Hex | 11 | 87 | DF | 5C | 27 | 0 | D | CE | 56 | 2F |
| Octal | 21 | 207 | 337 | 134 | 47 | 0 | 15 | 316 | 126 | 57 |
| Binary | 10001 | 10000111 | 11011111 | 1011100 | 100111 | 0 | 1101 | 11001110 | 1010110 | 101111 |
Color Harmonies of #1187DF
Complementary color
Monochromatic Colors of #1187DF
Black with #1187DF
Text Example
Text Example
White with #1187DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187DF; }
p { color: rgb(17,135,223); }
H1.HeaderClassName
{
color: #1187DF;
}
.AnyTagClassName
{
color: #1187DF;
}
</style>
background-color css
<style>
a { background-color: #1187DF; }
a { background-color: rgb(17,135,223); }
div.DivClassName
{
background-color: #1187DF;
}
.BgClassName
{
background-color: #1187DF;
}
</style>
border-color css
<style>
span { border-color: #1187DF; }
span { border-color: rgb(17,135,223); }
td.TdClassName
{
border-color: #1187DF;
}
.TagClassName
{
border-color: #1187DF;
}
</style>