Shades of Dodger Blue #1193FF
Tints of Dodger Blue #1193FF
RGB
CMYK
RGB Variations
Color information
#1193FF (or 0x1193FF) is known color: Dodger Blue. HEX triplet: 11, 93 and FF. RGB value is (17,147,255). Sum of RGB (Red+Green+Blue) = 17+147+255=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1193FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193FF is #EE6C00. Grayscale: #777777. Windows color (decimal): -15625217 or 16749329. OLE color: 16749329.
HSL color Cylindrical-coordinate representation of color #1193FF: hue angle of 207.23º 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 #1193FF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 147 | 255 | - |
| CMYK | 0.93 | 0.42 | 0 | 0 |
| HSL | 207.23º | 1% | 0.53% | - |
| HSV(B) | 207.23º | 0.93% | 1% | - |
| XYZ | 28.71 | 28.21 | 98.54 | - |
| YUV | 120.44 | 203.93 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 255 | 0.93 | 0.42 | 0 | 0 | 207.23 | 1 | 0.53 |
| Hex | 11 | 93 | FF | 5D | 2A | 0 | 0 | CF | 64 | 35 |
| Octal | 21 | 223 | 377 | 135 | 52 | 0 | 0 | 317 | 144 | 65 |
| Binary | 10001 | 10010011 | 11111111 | 1011101 | 101010 | 0 | 0 | 11001111 | 1100100 | 110101 |
Color Harmonies of #1193FF
Complementary color
Monochromatic Colors of #1193FF
Black with #1193FF
Text Example
Text Example
White with #1193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1193FF; }
p { color: rgb(17,147,255); }
H1.HeaderClassName
{
color: #1193FF;
}
.AnyTagClassName
{
color: #1193FF;
}
</style>
background-color css
<style>
a { background-color: #1193FF; }
a { background-color: rgb(17,147,255); }
div.DivClassName
{
background-color: #1193FF;
}
.BgClassName
{
background-color: #1193FF;
}
</style>
border-color css
<style>
span { border-color: #1193FF; }
span { border-color: rgb(17,147,255); }
td.TdClassName
{
border-color: #1193FF;
}
.TagClassName
{
border-color: #1193FF;
}
</style>