Shades of Dodger Blue #1175FF
Tints of Dodger Blue #1175FF
RGB
CMYK
RGB Variations
Color information
#1175FF (or 0x1175FF) is known color: Dodger Blue. HEX triplet: 11, 75 and FF. RGB value is (17,117,255). Sum of RGB (Red+Green+Blue) = 17+117+255=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #1175FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175FF is #EE8A00. Grayscale: #666666. Windows color (decimal): -15632897 or 16741649. OLE color: 16741649.
HSL color Cylindrical-coordinate representation of color #1175FF: hue angle of 214.79º 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 #1175FF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 117 | 255 | - |
| CMYK | 0.93 | 0.54 | 0 | 0 |
| HSL | 214.79º | 1% | 0.53% | - |
| HSV(B) | 214.79º | 0.93% | 1% | - |
| XYZ | 24.64 | 20.06 | 97.18 | - |
| YUV | 102.83 | 213.87 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 255 | 0.93 | 0.54 | 0 | 0 | 214.79 | 1 | 0.53 |
| Hex | 11 | 75 | FF | 5D | 36 | 0 | 0 | D7 | 64 | 35 |
| Octal | 21 | 165 | 377 | 135 | 66 | 0 | 0 | 327 | 144 | 65 |
| Binary | 10001 | 1110101 | 11111111 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100100 | 110101 |
Color Harmonies of #1175FF
Complementary color
Monochromatic Colors of #1175FF
Black with #1175FF
Text Example
Text Example
White with #1175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175FF; }
p { color: rgb(17,117,255); }
H1.HeaderClassName
{
color: #1175FF;
}
.AnyTagClassName
{
color: #1175FF;
}
</style>
background-color css
<style>
a { background-color: #1175FF; }
a { background-color: rgb(17,117,255); }
div.DivClassName
{
background-color: #1175FF;
}
.BgClassName
{
background-color: #1175FF;
}
</style>
border-color css
<style>
span { border-color: #1175FF; }
span { border-color: rgb(17,117,255); }
td.TdClassName
{
border-color: #1175FF;
}
.TagClassName
{
border-color: #1175FF;
}
</style>