Shades of Dodger Blue #1175FE
Tints of Dodger Blue #1175FE
RGB
CMYK
RGB Variations
Color information
#1175FE (or 0x1175FE) is known color: Dodger Blue. HEX triplet: 11, 75 and FE. RGB value is (17,117,254). Sum of RGB (Red+Green+Blue) = 17+117+254=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1175FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175FE is #EE8A01. Grayscale: #666666. Windows color (decimal): -15632898 or 16676113. OLE color: 16676113.
HSL color Cylindrical-coordinate representation of color #1175FE: hue angle of 214.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1175FE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 117 | 254 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.00 |
| HSL | 214.68º | 0.99% | 0.53% | - |
| HSV(B) | 214.68º | 0.93% | 1% | - |
| XYZ | 24.48 | 20 | 96.34 | - |
| YUV | 102.72 | 213.37 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 254 | 0.93 | 0.54 | 0 | 0.00 | 214.68 | 0.99 | 0.53 |
| Hex | 11 | 75 | FE | 5D | 36 | 0 | 0 | D7 | 63 | 35 |
| Octal | 21 | 165 | 376 | 135 | 66 | 0 | 0 | 327 | 143 | 65 |
| Binary | 10001 | 1110101 | 11111110 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100011 | 110101 |
Color Harmonies of #1175FE
Complementary color
Monochromatic Colors of #1175FE
Black with #1175FE
Text Example
Text Example
White with #1175FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175FE; }
p { color: rgb(17,117,254); }
H1.HeaderClassName
{
color: #1175FE;
}
.AnyTagClassName
{
color: #1175FE;
}
</style>
background-color css
<style>
a { background-color: #1175FE; }
a { background-color: rgb(17,117,254); }
div.DivClassName
{
background-color: #1175FE;
}
.BgClassName
{
background-color: #1175FE;
}
</style>
border-color css
<style>
span { border-color: #1175FE; }
span { border-color: rgb(17,117,254); }
td.TdClassName
{
border-color: #1175FE;
}
.TagClassName
{
border-color: #1175FE;
}
</style>