Shades of Dodger Blue #1194FF
Tints of Dodger Blue #1194FF
RGB
CMYK
RGB Variations
Color information
#1194FF (or 0x1194FF) is known color: Dodger Blue. HEX triplet: 11, 94 and FF. RGB value is (17,148,255). Sum of RGB (Red+Green+Blue) = 17+148+255=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1194FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194FF is #EE6B00. Grayscale: #787878. Windows color (decimal): -15624961 or 16749585. OLE color: 16749585.
HSL color Cylindrical-coordinate representation of color #1194FF: hue angle of 206.97º 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 #1194FF is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 148 | 255 | - |
| CMYK | 0.93 | 0.42 | 0 | 0 |
| HSL | 206.97º | 1% | 0.53% | - |
| HSV(B) | 206.97º | 0.93% | 1% | - |
| XYZ | 28.87 | 28.52 | 98.59 | - |
| YUV | 121.03 | 203.6 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 255 | 0.93 | 0.42 | 0 | 0 | 206.97 | 1 | 0.53 |
| Hex | 11 | 94 | FF | 5D | 2A | 0 | 0 | CF | 64 | 35 |
| Octal | 21 | 224 | 377 | 135 | 52 | 0 | 0 | 317 | 144 | 65 |
| Binary | 10001 | 10010100 | 11111111 | 1011101 | 101010 | 0 | 0 | 11001111 | 1100100 | 110101 |
Color Harmonies of #1194FF
Complementary color
Monochromatic Colors of #1194FF
Black with #1194FF
Text Example
Text Example
White with #1194FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194FF; }
p { color: rgb(17,148,255); }
H1.HeaderClassName
{
color: #1194FF;
}
.AnyTagClassName
{
color: #1194FF;
}
</style>
background-color css
<style>
a { background-color: #1194FF; }
a { background-color: rgb(17,148,255); }
div.DivClassName
{
background-color: #1194FF;
}
.BgClassName
{
background-color: #1194FF;
}
</style>
border-color css
<style>
span { border-color: #1194FF; }
span { border-color: rgb(17,148,255); }
td.TdClassName
{
border-color: #1194FF;
}
.TagClassName
{
border-color: #1194FF;
}
</style>