Shades of Dodger Blue #187AF7
Tints of Dodger Blue #187AF7
RGB
CMYK
RGB Variations
Color information
#187AF7 (or 0x187AF7) is known color: Dodger Blue. HEX triplet: 18, 7A and F7. RGB value is (24,122,247). Sum of RGB (Red+Green+Blue) = 24+122+247=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #187AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187AF7 is #E78508. Grayscale: #6A6A6A. Windows color (decimal): -15172873 or 16218648. OLE color: 16218648.
HSL color Cylindrical-coordinate representation of color #187AF7: hue angle of 213.63º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187AF7 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 122 | 247 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.03 |
| HSL | 213.63º | 0.93% | 0.53% | - |
| HSV(B) | 213.63º | 0.9% | 0.97% | - |
| XYZ | 24.12 | 20.83 | 90.74 | - |
| YUV | 106.95 | 207.03 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 247 | 0.90 | 0.51 | 0 | 0.03 | 213.63 | 0.93 | 0.53 |
| Hex | 18 | 7A | F7 | 5A | 33 | 0 | 3 | D6 | 5D | 35 |
| Octal | 30 | 172 | 367 | 132 | 63 | 0 | 3 | 326 | 135 | 65 |
| Binary | 11000 | 1111010 | 11110111 | 1011010 | 110011 | 0 | 11 | 11010110 | 1011101 | 110101 |
Color Harmonies of #187AF7
Complementary color
Monochromatic Colors of #187AF7
Black with #187AF7
Text Example
Text Example
White with #187AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187AF7; }
p { color: rgb(24,122,247); }
H1.HeaderClassName
{
color: #187AF7;
}
.AnyTagClassName
{
color: #187AF7;
}
</style>
background-color css
<style>
a { background-color: #187AF7; }
a { background-color: rgb(24,122,247); }
div.DivClassName
{
background-color: #187AF7;
}
.BgClassName
{
background-color: #187AF7;
}
</style>
border-color css
<style>
span { border-color: #187AF7; }
span { border-color: rgb(24,122,247); }
td.TdClassName
{
border-color: #187AF7;
}
.TagClassName
{
border-color: #187AF7;
}
</style>