Shades of Dodger Blue #1173FE
Tints of Dodger Blue #1173FE
RGB
CMYK
RGB Variations
Color information
#1173FE (or 0x1173FE) is known color: Dodger Blue. HEX triplet: 11, 73 and FE. RGB value is (17,115,254). Sum of RGB (Red+Green+Blue) = 17+115+254=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #1173FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1173FE is #EE8C01. Grayscale: #646464. Windows color (decimal): -15633410 or 16675601. OLE color: 16675601.
HSL color Cylindrical-coordinate representation of color #1173FE: hue angle of 215.19º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1173FE is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 115 | 254 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.00 |
| HSL | 215.19º | 0.99% | 0.53% | - |
| HSV(B) | 215.19º | 0.93% | 1% | - |
| XYZ | 24.25 | 19.54 | 96.26 | - |
| YUV | 101.54 | 214.03 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 254 | 0.93 | 0.55 | 0 | 0.00 | 215.19 | 0.99 | 0.53 |
| Hex | 11 | 73 | FE | 5D | 37 | 0 | 0 | D7 | 63 | 35 |
| Octal | 21 | 163 | 376 | 135 | 67 | 0 | 0 | 327 | 143 | 65 |
| Binary | 10001 | 1110011 | 11111110 | 1011101 | 110111 | 0 | 0 | 11010111 | 1100011 | 110101 |
Color Harmonies of #1173FE
Complementary color
Monochromatic Colors of #1173FE
Black with #1173FE
Text Example
Text Example
White with #1173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173FE; }
p { color: rgb(17,115,254); }
H1.HeaderClassName
{
color: #1173FE;
}
.AnyTagClassName
{
color: #1173FE;
}
</style>
background-color css
<style>
a { background-color: #1173FE; }
a { background-color: rgb(17,115,254); }
div.DivClassName
{
background-color: #1173FE;
}
.BgClassName
{
background-color: #1173FE;
}
</style>
border-color css
<style>
span { border-color: #1173FE; }
span { border-color: rgb(17,115,254); }
td.TdClassName
{
border-color: #1173FE;
}
.TagClassName
{
border-color: #1173FE;
}
</style>