Shades of Dodger Blue #1194FA
Tints of Dodger Blue #1194FA
RGB
CMYK
RGB Variations
Color information
#1194FA (or 0x1194FA) is known color: Dodger Blue. HEX triplet: 11, 94 and FA. RGB value is (17,148,250). Sum of RGB (Red+Green+Blue) = 17+148+250=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #1194FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1194FA is #EE6B05. Grayscale: #777777. Windows color (decimal): -15624966 or 16421905. OLE color: 16421905.
HSL color Cylindrical-coordinate representation of color #1194FA: hue angle of 206.27º 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 #1194FA is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 148 | 250 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.02 |
| HSL | 206.27º | 0.96% | 0.52% | - |
| HSV(B) | 206.27º | 0.93% | 0.98% | - |
| XYZ | 28.08 | 28.2 | 94.41 | - |
| YUV | 120.46 | 201.1 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 250 | 0.93 | 0.41 | 0 | 0.02 | 206.27 | 0.96 | 0.52 |
| Hex | 11 | 94 | FA | 5D | 29 | 0 | 2 | CE | 60 | 34 |
| Octal | 21 | 224 | 372 | 135 | 51 | 0 | 2 | 316 | 140 | 64 |
| Binary | 10001 | 10010100 | 11111010 | 1011101 | 101001 | 0 | 10 | 11001110 | 1100000 | 110100 |
Color Harmonies of #1194FA
Complementary color
Monochromatic Colors of #1194FA
Black with #1194FA
Text Example
Text Example
White with #1194FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194FA; }
p { color: rgb(17,148,250); }
H1.HeaderClassName
{
color: #1194FA;
}
.AnyTagClassName
{
color: #1194FA;
}
</style>
background-color css
<style>
a { background-color: #1194FA; }
a { background-color: rgb(17,148,250); }
div.DivClassName
{
background-color: #1194FA;
}
.BgClassName
{
background-color: #1194FA;
}
</style>
border-color css
<style>
span { border-color: #1194FA; }
span { border-color: rgb(17,148,250); }
td.TdClassName
{
border-color: #1194FA;
}
.TagClassName
{
border-color: #1194FA;
}
</style>