Shades of Dodger Blue #1194EA
Tints of Dodger Blue #1194EA
RGB
CMYK
RGB Variations
Color information
#1194EA (or 0x1194EA) is known color: Dodger Blue. HEX triplet: 11, 94 and EA. RGB value is (17,148,234). Sum of RGB (Red+Green+Blue) = 17+148+234=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #1194EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194EA is #EE6B15. Grayscale: #767676. Windows color (decimal): -15624982 or 15373329. OLE color: 15373329.
HSL color Cylindrical-coordinate representation of color #1194EA: hue angle of 203.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1194EA is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 148 | 234 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.08 |
| HSL | 203.78º | 0.86% | 0.49% | - |
| HSV(B) | 203.78º | 0.93% | 0.92% | - |
| XYZ | 25.67 | 27.24 | 81.75 | - |
| YUV | 118.64 | 193.1 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 234 | 0.93 | 0.37 | 0 | 0.08 | 203.78 | 0.86 | 0.49 |
| Hex | 11 | 94 | EA | 5D | 25 | 0 | 8 | CC | 56 | 31 |
| Octal | 21 | 224 | 352 | 135 | 45 | 0 | 10 | 314 | 126 | 61 |
| Binary | 10001 | 10010100 | 11101010 | 1011101 | 100101 | 0 | 1000 | 11001100 | 1010110 | 110001 |
Color Harmonies of #1194EA
Complementary color
Monochromatic Colors of #1194EA
Black with #1194EA
Text Example
Text Example
White with #1194EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194EA; }
p { color: rgb(17,148,234); }
H1.HeaderClassName
{
color: #1194EA;
}
.AnyTagClassName
{
color: #1194EA;
}
</style>
background-color css
<style>
a { background-color: #1194EA; }
a { background-color: rgb(17,148,234); }
div.DivClassName
{
background-color: #1194EA;
}
.BgClassName
{
background-color: #1194EA;
}
</style>
border-color css
<style>
span { border-color: #1194EA; }
span { border-color: rgb(17,148,234); }
td.TdClassName
{
border-color: #1194EA;
}
.TagClassName
{
border-color: #1194EA;
}
</style>