Shades of Dodger Blue #1178FD
Tints of Dodger Blue #1178FD
RGB
CMYK
RGB Variations
Color information
#1178FD (or 0x1178FD) is known color: Dodger Blue. HEX triplet: 11, 78 and FD. RGB value is (17,120,253). Sum of RGB (Red+Green+Blue) = 17+120+253=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #1178FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1178FD is #EE8702. Grayscale: #676767. Windows color (decimal): -15632131 or 16611345. OLE color: 16611345.
HSL color Cylindrical-coordinate representation of color #1178FD: hue angle of 213.81º 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 #1178FD is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 120 | 253 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.01 |
| HSL | 213.81º | 0.98% | 0.53% | - |
| HSV(B) | 213.81º | 0.93% | 0.99% | - |
| XYZ | 24.68 | 20.64 | 95.61 | - |
| YUV | 104.37 | 211.88 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 253 | 0.93 | 0.53 | 0 | 0.01 | 213.81 | 0.98 | 0.53 |
| Hex | 11 | 78 | FD | 5D | 35 | 0 | 1 | D6 | 62 | 35 |
| Octal | 21 | 170 | 375 | 135 | 65 | 0 | 1 | 326 | 142 | 65 |
| Binary | 10001 | 1111000 | 11111101 | 1011101 | 110101 | 0 | 1 | 11010110 | 1100010 | 110101 |
Color Harmonies of #1178FD
Complementary color
Monochromatic Colors of #1178FD
Black with #1178FD
Text Example
Text Example
White with #1178FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1178FD; }
p { color: rgb(17,120,253); }
H1.HeaderClassName
{
color: #1178FD;
}
.AnyTagClassName
{
color: #1178FD;
}
</style>
background-color css
<style>
a { background-color: #1178FD; }
a { background-color: rgb(17,120,253); }
div.DivClassName
{
background-color: #1178FD;
}
.BgClassName
{
background-color: #1178FD;
}
</style>
border-color css
<style>
span { border-color: #1178FD; }
span { border-color: rgb(17,120,253); }
td.TdClassName
{
border-color: #1178FD;
}
.TagClassName
{
border-color: #1178FD;
}
</style>