Shades of Dodger Blue #1190FF
Tints of Dodger Blue #1190FF
RGB
CMYK
RGB Variations
Color information
#1190FF (or 0x1190FF) is known color: Dodger Blue. HEX triplet: 11, 90 and FF. RGB value is (17,144,255). Sum of RGB (Red+Green+Blue) = 17+144+255=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1190FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190FF is #EE6F00. Grayscale: #767676. Windows color (decimal): -15625985 or 16748561. OLE color: 16748561.
HSL color Cylindrical-coordinate representation of color #1190FF: hue angle of 207.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1190FF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 144 | 255 | - |
| CMYK | 0.93 | 0.44 | 0 | 0 |
| HSL | 207.98º | 1% | 0.53% | - |
| HSV(B) | 207.98º | 0.93% | 1% | - |
| XYZ | 28.25 | 27.29 | 98.39 | - |
| YUV | 118.68 | 204.92 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 255 | 0.93 | 0.44 | 0 | 0 | 207.98 | 1 | 0.53 |
| Hex | 11 | 90 | FF | 5D | 2C | 0 | 0 | D0 | 64 | 35 |
| Octal | 21 | 220 | 377 | 135 | 54 | 0 | 0 | 320 | 144 | 65 |
| Binary | 10001 | 10010000 | 11111111 | 1011101 | 101100 | 0 | 0 | 11010000 | 1100100 | 110101 |
Color Harmonies of #1190FF
Complementary color
Monochromatic Colors of #1190FF
Black with #1190FF
Text Example
Text Example
White with #1190FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190FF; }
p { color: rgb(17,144,255); }
H1.HeaderClassName
{
color: #1190FF;
}
.AnyTagClassName
{
color: #1190FF;
}
</style>
background-color css
<style>
a { background-color: #1190FF; }
a { background-color: rgb(17,144,255); }
div.DivClassName
{
background-color: #1190FF;
}
.BgClassName
{
background-color: #1190FF;
}
</style>
border-color css
<style>
span { border-color: #1190FF; }
span { border-color: rgb(17,144,255); }
td.TdClassName
{
border-color: #1190FF;
}
.TagClassName
{
border-color: #1190FF;
}
</style>