Shades of Dodger Blue #1174FB
Tints of Dodger Blue #1174FB
RGB
CMYK
RGB Variations
Color information
#1174FB (or 0x1174FB) is known color: Dodger Blue. HEX triplet: 11, 74 and FB. RGB value is (17,116,251). Sum of RGB (Red+Green+Blue) = 17+116+251=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1174FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174FB is #EE8B04. Grayscale: #656565. Windows color (decimal): -15633157 or 16479249. OLE color: 16479249.
HSL color Cylindrical-coordinate representation of color #1174FB: hue angle of 214.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1174FB is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 116 | 251 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.02 |
| HSL | 214.62º | 0.97% | 0.53% | - |
| HSV(B) | 214.62º | 0.93% | 0.98% | - |
| XYZ | 23.89 | 19.57 | 93.79 | - |
| YUV | 101.79 | 212.2 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 251 | 0.93 | 0.54 | 0 | 0.02 | 214.62 | 0.97 | 0.53 |
| Hex | 11 | 74 | FB | 5D | 36 | 0 | 2 | D7 | 61 | 35 |
| Octal | 21 | 164 | 373 | 135 | 66 | 0 | 2 | 327 | 141 | 65 |
| Binary | 10001 | 1110100 | 11111011 | 1011101 | 110110 | 0 | 10 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1174FB
Complementary color
Monochromatic Colors of #1174FB
Black with #1174FB
Text Example
Text Example
White with #1174FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1174FB; }
p { color: rgb(17,116,251); }
H1.HeaderClassName
{
color: #1174FB;
}
.AnyTagClassName
{
color: #1174FB;
}
</style>
background-color css
<style>
a { background-color: #1174FB; }
a { background-color: rgb(17,116,251); }
div.DivClassName
{
background-color: #1174FB;
}
.BgClassName
{
background-color: #1174FB;
}
</style>
border-color css
<style>
span { border-color: #1174FB; }
span { border-color: rgb(17,116,251); }
td.TdClassName
{
border-color: #1174FB;
}
.TagClassName
{
border-color: #1174FB;
}
</style>