Shades of Dodger Blue #1192ED
Tints of Dodger Blue #1192ED
RGB
CMYK
RGB Variations
Color information
#1192ED (or 0x1192ED) is known color: Dodger Blue. HEX triplet: 11, 92 and ED. RGB value is (17,146,237). Sum of RGB (Red+Green+Blue) = 17+146+237=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #1192ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192ED is #EE6D12. Grayscale: #757575. Windows color (decimal): -15625491 or 15569425. OLE color: 15569425.
HSL color Cylindrical-coordinate representation of color #1192ED: hue angle of 204.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192ED is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 146 | 237 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.07 |
| HSL | 204.82º | 0.87% | 0.5% | - |
| HSV(B) | 204.82º | 0.93% | 0.93% | - |
| XYZ | 25.8 | 26.79 | 83.93 | - |
| YUV | 117.8 | 195.26 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 237 | 0.93 | 0.38 | 0 | 0.07 | 204.82 | 0.87 | 0.5 |
| Hex | 11 | 92 | ED | 5D | 26 | 0 | 7 | CD | 57 | 32 |
| Octal | 21 | 222 | 355 | 135 | 46 | 0 | 7 | 315 | 127 | 62 |
| Binary | 10001 | 10010010 | 11101101 | 1011101 | 100110 | 0 | 111 | 11001101 | 1010111 | 110010 |
Color Harmonies of #1192ED
Complementary color
Monochromatic Colors of #1192ED
Black with #1192ED
Text Example
Text Example
White with #1192ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192ED; }
p { color: rgb(17,146,237); }
H1.HeaderClassName
{
color: #1192ED;
}
.AnyTagClassName
{
color: #1192ED;
}
</style>
background-color css
<style>
a { background-color: #1192ED; }
a { background-color: rgb(17,146,237); }
div.DivClassName
{
background-color: #1192ED;
}
.BgClassName
{
background-color: #1192ED;
}
</style>
border-color css
<style>
span { border-color: #1192ED; }
span { border-color: rgb(17,146,237); }
td.TdClassName
{
border-color: #1192ED;
}
.TagClassName
{
border-color: #1192ED;
}
</style>