Shades of Dodger Blue #1187FB
Tints of Dodger Blue #1187FB
RGB
CMYK
RGB Variations
Color information
#1187FB (or 0x1187FB) is known color: Dodger Blue. HEX triplet: 11, 87 and FB. RGB value is (17,135,251). Sum of RGB (Red+Green+Blue) = 17+135+251=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1187FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1187FB is #EE7804. Grayscale: #707070. Windows color (decimal): -15628293 or 16484113. OLE color: 16484113.
HSL color Cylindrical-coordinate representation of color #1187FB: hue angle of 209.74º 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 #1187FB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 135 | 251 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.02 |
| HSL | 209.74º | 0.97% | 0.53% | - |
| HSV(B) | 209.74º | 0.93% | 0.98% | - |
| XYZ | 26.31 | 24.41 | 94.59 | - |
| YUV | 112.94 | 205.91 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 251 | 0.93 | 0.46 | 0 | 0.02 | 209.74 | 0.97 | 0.53 |
| Hex | 11 | 87 | FB | 5D | 2E | 0 | 2 | D2 | 61 | 35 |
| Octal | 21 | 207 | 373 | 135 | 56 | 0 | 2 | 322 | 141 | 65 |
| Binary | 10001 | 10000111 | 11111011 | 1011101 | 101110 | 0 | 10 | 11010010 | 1100001 | 110101 |
Color Harmonies of #1187FB
Complementary color
Monochromatic Colors of #1187FB
Black with #1187FB
Text Example
Text Example
White with #1187FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187FB; }
p { color: rgb(17,135,251); }
H1.HeaderClassName
{
color: #1187FB;
}
.AnyTagClassName
{
color: #1187FB;
}
</style>
background-color css
<style>
a { background-color: #1187FB; }
a { background-color: rgb(17,135,251); }
div.DivClassName
{
background-color: #1187FB;
}
.BgClassName
{
background-color: #1187FB;
}
</style>
border-color css
<style>
span { border-color: #1187FB; }
span { border-color: rgb(17,135,251); }
td.TdClassName
{
border-color: #1187FB;
}
.TagClassName
{
border-color: #1187FB;
}
</style>