Shades of Dodger Blue #1189FA
Tints of Dodger Blue #1189FA
RGB
CMYK
RGB Variations
Color information
#1189FA (or 0x1189FA) is known color: Dodger Blue. HEX triplet: 11, 89 and FA. RGB value is (17,137,250). Sum of RGB (Red+Green+Blue) = 17+137+250=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #1189FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1189FA is #EE7605. Grayscale: #717171. Windows color (decimal): -15627782 or 16419089. OLE color: 16419089.
HSL color Cylindrical-coordinate representation of color #1189FA: hue angle of 209.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1189FA is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 137 | 250 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.02 |
| HSL | 209.1º | 0.96% | 0.52% | - |
| HSV(B) | 209.1º | 0.93% | 0.98% | - |
| XYZ | 26.43 | 24.91 | 93.86 | - |
| YUV | 114 | 204.74 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 250 | 0.93 | 0.45 | 0 | 0.02 | 209.1 | 0.96 | 0.52 |
| Hex | 11 | 89 | FA | 5D | 2D | 0 | 2 | D1 | 60 | 34 |
| Octal | 21 | 211 | 372 | 135 | 55 | 0 | 2 | 321 | 140 | 64 |
| Binary | 10001 | 10001001 | 11111010 | 1011101 | 101101 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #1189FA
Complementary color
Monochromatic Colors of #1189FA
Black with #1189FA
Text Example
Text Example
White with #1189FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1189FA; }
p { color: rgb(17,137,250); }
H1.HeaderClassName
{
color: #1189FA;
}
.AnyTagClassName
{
color: #1189FA;
}
</style>
background-color css
<style>
a { background-color: #1189FA; }
a { background-color: rgb(17,137,250); }
div.DivClassName
{
background-color: #1189FA;
}
.BgClassName
{
background-color: #1189FA;
}
</style>
border-color css
<style>
span { border-color: #1189FA; }
span { border-color: rgb(17,137,250); }
td.TdClassName
{
border-color: #1189FA;
}
.TagClassName
{
border-color: #1189FA;
}
</style>