Shades of Dodger Blue #1175FA
Tints of Dodger Blue #1175FA
RGB
CMYK
RGB Variations
Color information
#1175FA (or 0x1175FA) is known color: Dodger Blue. HEX triplet: 11, 75 and FA. RGB value is (17,117,250). Sum of RGB (Red+Green+Blue) = 17+117+250=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #1175FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175FA is #EE8A05. Grayscale: #656565. Windows color (decimal): -15632902 or 16413969. OLE color: 16413969.
HSL color Cylindrical-coordinate representation of color #1175FA: hue angle of 214.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1175FA is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 117 | 250 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.02 |
| HSL | 214.25º | 0.96% | 0.52% | - |
| HSV(B) | 214.25º | 0.93% | 0.98% | - |
| XYZ | 23.85 | 19.74 | 93 | - |
| YUV | 102.26 | 211.37 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 250 | 0.93 | 0.53 | 0 | 0.02 | 214.25 | 0.96 | 0.52 |
| Hex | 11 | 75 | FA | 5D | 35 | 0 | 2 | D6 | 60 | 34 |
| Octal | 21 | 165 | 372 | 135 | 65 | 0 | 2 | 326 | 140 | 64 |
| Binary | 10001 | 1110101 | 11111010 | 1011101 | 110101 | 0 | 10 | 11010110 | 1100000 | 110100 |
Color Harmonies of #1175FA
Complementary color
Monochromatic Colors of #1175FA
Black with #1175FA
Text Example
Text Example
White with #1175FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175FA; }
p { color: rgb(17,117,250); }
H1.HeaderClassName
{
color: #1175FA;
}
.AnyTagClassName
{
color: #1175FA;
}
</style>
background-color css
<style>
a { background-color: #1175FA; }
a { background-color: rgb(17,117,250); }
div.DivClassName
{
background-color: #1175FA;
}
.BgClassName
{
background-color: #1175FA;
}
</style>
border-color css
<style>
span { border-color: #1175FA; }
span { border-color: rgb(17,117,250); }
td.TdClassName
{
border-color: #1175FA;
}
.TagClassName
{
border-color: #1175FA;
}
</style>