Shades of Dodger Blue #1193FA
Tints of Dodger Blue #1193FA
RGB
CMYK
RGB Variations
Color information
#1193FA (or 0x1193FA) is known color: Dodger Blue. HEX triplet: 11, 93 and FA. RGB value is (17,147,250). Sum of RGB (Red+Green+Blue) = 17+147+250=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1193FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193FA is #EE6C05. Grayscale: #777777. Windows color (decimal): -15625222 or 16421649. OLE color: 16421649.
HSL color Cylindrical-coordinate representation of color #1193FA: hue angle of 206.52º 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 #1193FA is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 147 | 250 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.02 |
| HSL | 206.52º | 0.96% | 0.52% | - |
| HSV(B) | 206.52º | 0.93% | 0.98% | - |
| XYZ | 27.92 | 27.89 | 94.35 | - |
| YUV | 119.87 | 201.43 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 250 | 0.93 | 0.41 | 0 | 0.02 | 206.52 | 0.96 | 0.52 |
| Hex | 11 | 93 | FA | 5D | 29 | 0 | 2 | CF | 60 | 34 |
| Octal | 21 | 223 | 372 | 135 | 51 | 0 | 2 | 317 | 140 | 64 |
| Binary | 10001 | 10010011 | 11111010 | 1011101 | 101001 | 0 | 10 | 11001111 | 1100000 | 110100 |
Color Harmonies of #1193FA
Complementary color
Monochromatic Colors of #1193FA
Black with #1193FA
Text Example
Text Example
White with #1193FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1193FA; }
p { color: rgb(17,147,250); }
H1.HeaderClassName
{
color: #1193FA;
}
.AnyTagClassName
{
color: #1193FA;
}
</style>
background-color css
<style>
a { background-color: #1193FA; }
a { background-color: rgb(17,147,250); }
div.DivClassName
{
background-color: #1193FA;
}
.BgClassName
{
background-color: #1193FA;
}
</style>
border-color css
<style>
span { border-color: #1193FA; }
span { border-color: rgb(17,147,250); }
td.TdClassName
{
border-color: #1193FA;
}
.TagClassName
{
border-color: #1193FA;
}
</style>