Shades of Dodger Blue #1189FE
Tints of Dodger Blue #1189FE
RGB
CMYK
RGB Variations
Color information
#1189FE (or 0x1189FE) is known color: Dodger Blue. HEX triplet: 11, 89 and FE. RGB value is (17,137,254). Sum of RGB (Red+Green+Blue) = 17+137+254=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1189FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189FE is #EE7601. Grayscale: #717171. Windows color (decimal): -15627778 or 16681233. OLE color: 16681233.
HSL color Cylindrical-coordinate representation of color #1189FE: hue angle of 209.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1189FE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 137 | 254 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.00 |
| HSL | 209.62º | 0.99% | 0.53% | - |
| HSV(B) | 209.62º | 0.93% | 1% | - |
| XYZ | 27.07 | 25.17 | 97.2 | - |
| YUV | 114.46 | 206.74 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 254 | 0.93 | 0.46 | 0 | 0.00 | 209.62 | 0.99 | 0.53 |
| Hex | 11 | 89 | FE | 5D | 2E | 0 | 0 | D2 | 63 | 35 |
| Octal | 21 | 211 | 376 | 135 | 56 | 0 | 0 | 322 | 143 | 65 |
| Binary | 10001 | 10001001 | 11111110 | 1011101 | 101110 | 0 | 0 | 11010010 | 1100011 | 110101 |
Color Harmonies of #1189FE
Complementary color
Monochromatic Colors of #1189FE
Black with #1189FE
Text Example
Text Example
White with #1189FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1189FE; }
p { color: rgb(17,137,254); }
H1.HeaderClassName
{
color: #1189FE;
}
.AnyTagClassName
{
color: #1189FE;
}
</style>
background-color css
<style>
a { background-color: #1189FE; }
a { background-color: rgb(17,137,254); }
div.DivClassName
{
background-color: #1189FE;
}
.BgClassName
{
background-color: #1189FE;
}
</style>
border-color css
<style>
span { border-color: #1189FE; }
span { border-color: rgb(17,137,254); }
td.TdClassName
{
border-color: #1189FE;
}
.TagClassName
{
border-color: #1189FE;
}
</style>