Shades of Dodger Blue #1176F4
Tints of Dodger Blue #1176F4
RGB
CMYK
RGB Variations
Color information
#1176F4 (or 0x1176F4) is known color: Dodger Blue. HEX triplet: 11, 76 and F4. RGB value is (17,118,244). Sum of RGB (Red+Green+Blue) = 17+118+244=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 244 (95.70% from 255 or 64.38% from 379); Max value from RGB is 244 - color contains mainly: blue. Hex color #1176F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176F4 is #EE890B. Grayscale: #656565. Windows color (decimal): -15632652 or 16021009. OLE color: 16021009.
HSL color Cylindrical-coordinate representation of color #1176F4: hue angle of 213.3º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1176F4 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 118 | 244 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.04 |
| HSL | 213.3º | 0.91% | 0.51% | - |
| HSV(B) | 213.3º | 0.93% | 0.96% | - |
| XYZ | 23.04 | 19.61 | 88.16 | - |
| YUV | 102.17 | 208.04 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 244 | 0.93 | 0.52 | 0 | 0.04 | 213.3 | 0.91 | 0.51 |
| Hex | 11 | 76 | F4 | 5D | 34 | 0 | 4 | D5 | 5B | 33 |
| Octal | 21 | 166 | 364 | 135 | 64 | 0 | 4 | 325 | 133 | 63 |
| Binary | 10001 | 1110110 | 11110100 | 1011101 | 110100 | 0 | 100 | 11010101 | 1011011 | 110011 |
Color Harmonies of #1176F4
Complementary color
Monochromatic Colors of #1176F4
Black with #1176F4
Text Example
Text Example
White with #1176F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176F4; }
p { color: rgb(17,118,244); }
H1.HeaderClassName
{
color: #1176F4;
}
.AnyTagClassName
{
color: #1176F4;
}
</style>
background-color css
<style>
a { background-color: #1176F4; }
a { background-color: rgb(17,118,244); }
div.DivClassName
{
background-color: #1176F4;
}
.BgClassName
{
background-color: #1176F4;
}
</style>
border-color css
<style>
span { border-color: #1176F4; }
span { border-color: rgb(17,118,244); }
td.TdClassName
{
border-color: #1176F4;
}
.TagClassName
{
border-color: #1176F4;
}
</style>