Shades of Dodger Blue #1175FB
Tints of Dodger Blue #1175FB
RGB
CMYK
RGB Variations
Color information
#1175FB (or 0x1175FB) is known color: Dodger Blue. HEX triplet: 11, 75 and FB. RGB value is (17,117,251). Sum of RGB (Red+Green+Blue) = 17+117+251=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1175FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175FB is #EE8A04. Grayscale: #656565. Windows color (decimal): -15632901 or 16479505. OLE color: 16479505.
HSL color Cylindrical-coordinate representation of color #1175FB: hue angle of 214.36º 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 #1175FB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 117 | 251 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.02 |
| HSL | 214.36º | 0.97% | 0.53% | - |
| HSV(B) | 214.36º | 0.93% | 0.98% | - |
| XYZ | 24.01 | 19.81 | 93.82 | - |
| YUV | 102.38 | 211.87 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 251 | 0.93 | 0.53 | 0 | 0.02 | 214.36 | 0.97 | 0.53 |
| Hex | 11 | 75 | FB | 5D | 35 | 0 | 2 | D6 | 61 | 35 |
| Octal | 21 | 165 | 373 | 135 | 65 | 0 | 2 | 326 | 141 | 65 |
| Binary | 10001 | 1110101 | 11111011 | 1011101 | 110101 | 0 | 10 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1175FB
Complementary color
Monochromatic Colors of #1175FB
Black with #1175FB
Text Example
Text Example
White with #1175FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175FB; }
p { color: rgb(17,117,251); }
H1.HeaderClassName
{
color: #1175FB;
}
.AnyTagClassName
{
color: #1175FB;
}
</style>
background-color css
<style>
a { background-color: #1175FB; }
a { background-color: rgb(17,117,251); }
div.DivClassName
{
background-color: #1175FB;
}
.BgClassName
{
background-color: #1175FB;
}
</style>
border-color css
<style>
span { border-color: #1175FB; }
span { border-color: rgb(17,117,251); }
td.TdClassName
{
border-color: #1175FB;
}
.TagClassName
{
border-color: #1175FB;
}
</style>