Shades of Dodger Blue #1175F0
Tints of Dodger Blue #1175F0
RGB
CMYK
RGB Variations
Color information
#1175F0 (or 0x1175F0) is known color: Dodger Blue. HEX triplet: 11, 75 and F0. RGB value is (17,117,240). Sum of RGB (Red+Green+Blue) = 17+117+240=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #1175F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1175F0 is #EE8A0F. Grayscale: #646464. Windows color (decimal): -15632912 or 15758609. OLE color: 15758609.
HSL color Cylindrical-coordinate representation of color #1175F0: hue angle of 213.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1175F0 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 117 | 240 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.06 |
| HSL | 213.09º | 0.88% | 0.5% | - |
| HSV(B) | 213.09º | 0.93% | 0.94% | - |
| XYZ | 22.32 | 19.13 | 84.95 | - |
| YUV | 101.12 | 206.37 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 240 | 0.93 | 0.51 | 0 | 0.06 | 213.09 | 0.88 | 0.5 |
| Hex | 11 | 75 | F0 | 5D | 33 | 0 | 6 | D5 | 58 | 32 |
| Octal | 21 | 165 | 360 | 135 | 63 | 0 | 6 | 325 | 130 | 62 |
| Binary | 10001 | 1110101 | 11110000 | 1011101 | 110011 | 0 | 110 | 11010101 | 1011000 | 110010 |
Color Harmonies of #1175F0
Complementary color
Monochromatic Colors of #1175F0
Black with #1175F0
Text Example
Text Example
White with #1175F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175F0; }
p { color: rgb(17,117,240); }
H1.HeaderClassName
{
color: #1175F0;
}
.AnyTagClassName
{
color: #1175F0;
}
</style>
background-color css
<style>
a { background-color: #1175F0; }
a { background-color: rgb(17,117,240); }
div.DivClassName
{
background-color: #1175F0;
}
.BgClassName
{
background-color: #1175F0;
}
</style>
border-color css
<style>
span { border-color: #1175F0; }
span { border-color: rgb(17,117,240); }
td.TdClassName
{
border-color: #1175F0;
}
.TagClassName
{
border-color: #1175F0;
}
</style>