Shades of Dodger Blue #1179FF
Tints of Dodger Blue #1179FF
RGB
CMYK
RGB Variations
Color information
#1179FF (or 0x1179FF) is known color: Dodger Blue. HEX triplet: 11, 79 and FF. RGB value is (17,121,255). Sum of RGB (Red+Green+Blue) = 17+121+255=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1179FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1179FF is #EE8600. Grayscale: #686868. Windows color (decimal): -15631873 or 16742673. OLE color: 16742673.
HSL color Cylindrical-coordinate representation of color #1179FF: hue angle of 213.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1179FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 121 | 255 | - |
| CMYK | 0.93 | 0.53 | 0 | 0 |
| HSL | 213.78º | 1% | 0.53% | - |
| HSV(B) | 213.78º | 0.93% | 1% | - |
| XYZ | 25.12 | 21.01 | 97.34 | - |
| YUV | 105.18 | 212.54 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 255 | 0.93 | 0.53 | 0 | 0 | 213.78 | 1 | 0.53 |
| Hex | 11 | 79 | FF | 5D | 35 | 0 | 0 | D6 | 64 | 35 |
| Octal | 21 | 171 | 377 | 135 | 65 | 0 | 0 | 326 | 144 | 65 |
| Binary | 10001 | 1111001 | 11111111 | 1011101 | 110101 | 0 | 0 | 11010110 | 1100100 | 110101 |
Color Harmonies of #1179FF
Complementary color
Monochromatic Colors of #1179FF
Black with #1179FF
Text Example
Text Example
White with #1179FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1179FF; }
p { color: rgb(17,121,255); }
H1.HeaderClassName
{
color: #1179FF;
}
.AnyTagClassName
{
color: #1179FF;
}
</style>
background-color css
<style>
a { background-color: #1179FF; }
a { background-color: rgb(17,121,255); }
div.DivClassName
{
background-color: #1179FF;
}
.BgClassName
{
background-color: #1179FF;
}
</style>
border-color css
<style>
span { border-color: #1179FF; }
span { border-color: rgb(17,121,255); }
td.TdClassName
{
border-color: #1179FF;
}
.TagClassName
{
border-color: #1179FF;
}
</style>