Shades of Dodger Blue #1189FD
Tints of Dodger Blue #1189FD
RGB
CMYK
RGB Variations
Color information
#1189FD (or 0x1189FD) is known color: Dodger Blue. HEX triplet: 11, 89 and FD. RGB value is (17,137,253). Sum of RGB (Red+Green+Blue) = 17+137+253=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #1189FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189FD is #EE7602. Grayscale: #717171. Windows color (decimal): -15627779 or 16615697. OLE color: 16615697.
HSL color Cylindrical-coordinate representation of color #1189FD: hue angle of 209.49º 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 #1189FD is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 137 | 253 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.01 |
| HSL | 209.49º | 0.98% | 0.53% | - |
| HSV(B) | 209.49º | 0.93% | 0.99% | - |
| XYZ | 26.91 | 25.1 | 96.36 | - |
| YUV | 114.34 | 206.24 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 253 | 0.93 | 0.46 | 0 | 0.01 | 209.49 | 0.98 | 0.53 |
| Hex | 11 | 89 | FD | 5D | 2E | 0 | 1 | D1 | 62 | 35 |
| Octal | 21 | 211 | 375 | 135 | 56 | 0 | 1 | 321 | 142 | 65 |
| Binary | 10001 | 10001001 | 11111101 | 1011101 | 101110 | 0 | 1 | 11010001 | 1100010 | 110101 |
Color Harmonies of #1189FD
Complementary color
Monochromatic Colors of #1189FD
Black with #1189FD
Text Example
Text Example
White with #1189FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1189FD; }
p { color: rgb(17,137,253); }
H1.HeaderClassName
{
color: #1189FD;
}
.AnyTagClassName
{
color: #1189FD;
}
</style>
background-color css
<style>
a { background-color: #1189FD; }
a { background-color: rgb(17,137,253); }
div.DivClassName
{
background-color: #1189FD;
}
.BgClassName
{
background-color: #1189FD;
}
</style>
border-color css
<style>
span { border-color: #1189FD; }
span { border-color: rgb(17,137,253); }
td.TdClassName
{
border-color: #1189FD;
}
.TagClassName
{
border-color: #1189FD;
}
</style>