Shades of Dodger Blue #1174FF
Tints of Dodger Blue #1174FF
RGB
CMYK
RGB Variations
Color information
#1174FF (or 0x1174FF) is known color: Dodger Blue. HEX triplet: 11, 74 and FF. RGB value is (17,116,255). Sum of RGB (Red+Green+Blue) = 17+116+255=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1174FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174FF is #EE8B00. Grayscale: #656565. Windows color (decimal): -15633153 or 16741393. OLE color: 16741393.
HSL color Cylindrical-coordinate representation of color #1174FF: hue angle of 215.04º 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 #1174FF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 116 | 255 | - |
| CMYK | 0.93 | 0.55 | 0 | 0 |
| HSL | 215.04º | 1% | 0.53% | - |
| HSV(B) | 215.04º | 0.93% | 1% | - |
| XYZ | 24.53 | 19.83 | 97.14 | - |
| YUV | 102.25 | 214.2 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 255 | 0.93 | 0.55 | 0 | 0 | 215.04 | 1 | 0.53 |
| Hex | 11 | 74 | FF | 5D | 37 | 0 | 0 | D7 | 64 | 35 |
| Octal | 21 | 164 | 377 | 135 | 67 | 0 | 0 | 327 | 144 | 65 |
| Binary | 10001 | 1110100 | 11111111 | 1011101 | 110111 | 0 | 0 | 11010111 | 1100100 | 110101 |
Color Harmonies of #1174FF
Complementary color
Monochromatic Colors of #1174FF
Black with #1174FF
Text Example
Text Example
White with #1174FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1174FF; }
p { color: rgb(17,116,255); }
H1.HeaderClassName
{
color: #1174FF;
}
.AnyTagClassName
{
color: #1174FF;
}
</style>
background-color css
<style>
a { background-color: #1174FF; }
a { background-color: rgb(17,116,255); }
div.DivClassName
{
background-color: #1174FF;
}
.BgClassName
{
background-color: #1174FF;
}
</style>
border-color css
<style>
span { border-color: #1174FF; }
span { border-color: rgb(17,116,255); }
td.TdClassName
{
border-color: #1174FF;
}
.TagClassName
{
border-color: #1174FF;
}
</style>