Shades of Dodger Blue #1192FC
Tints of Dodger Blue #1192FC
RGB
CMYK
RGB Variations
Color information
#1192FC (or 0x1192FC) is known color: Dodger Blue. HEX triplet: 11, 92 and FC. RGB value is (17,146,252). Sum of RGB (Red+Green+Blue) = 17+146+252=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #1192FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1192FC is #EE6D03. Grayscale: #767676. Windows color (decimal): -15625476 or 16552465. OLE color: 16552465.
HSL color Cylindrical-coordinate representation of color #1192FC: hue angle of 207.06º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1192FC is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 146 | 252 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.01 |
| HSL | 207.06º | 0.98% | 0.53% | - |
| HSV(B) | 207.06º | 0.93% | 0.99% | - |
| XYZ | 28.08 | 27.71 | 95.96 | - |
| YUV | 119.51 | 202.76 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 252 | 0.93 | 0.42 | 0 | 0.01 | 207.06 | 0.98 | 0.53 |
| Hex | 11 | 92 | FC | 5D | 2A | 0 | 1 | CF | 62 | 35 |
| Octal | 21 | 222 | 374 | 135 | 52 | 0 | 1 | 317 | 142 | 65 |
| Binary | 10001 | 10010010 | 11111100 | 1011101 | 101010 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #1192FC
Complementary color
Monochromatic Colors of #1192FC
Black with #1192FC
Text Example
Text Example
White with #1192FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192FC; }
p { color: rgb(17,146,252); }
H1.HeaderClassName
{
color: #1192FC;
}
.AnyTagClassName
{
color: #1192FC;
}
</style>
background-color css
<style>
a { background-color: #1192FC; }
a { background-color: rgb(17,146,252); }
div.DivClassName
{
background-color: #1192FC;
}
.BgClassName
{
background-color: #1192FC;
}
</style>
border-color css
<style>
span { border-color: #1192FC; }
span { border-color: rgb(17,146,252); }
td.TdClassName
{
border-color: #1192FC;
}
.TagClassName
{
border-color: #1192FC;
}
</style>