Shades of Dodger Blue #187DF7
Tints of Dodger Blue #187DF7
RGB
CMYK
RGB Variations
Color information
#187DF7 (or 0x187DF7) is known color: Dodger Blue. HEX triplet: 18, 7D and F7. RGB value is (24,125,247). Sum of RGB (Red+Green+Blue) = 24+125+247=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #187DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF7 is #E78208. Grayscale: #6C6C6C. Windows color (decimal): -15172105 or 16219416. OLE color: 16219416.
HSL color Cylindrical-coordinate representation of color #187DF7: hue angle of 212.83º 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 #187DF7 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 125 | 247 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.03 |
| HSL | 212.83º | 0.93% | 0.53% | - |
| HSV(B) | 212.83º | 0.9% | 0.97% | - |
| XYZ | 24.5 | 21.58 | 90.87 | - |
| YUV | 108.71 | 206.04 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 247 | 0.90 | 0.49 | 0 | 0.03 | 212.83 | 0.93 | 0.53 |
| Hex | 18 | 7D | F7 | 5A | 31 | 0 | 3 | D5 | 5D | 35 |
| Octal | 30 | 175 | 367 | 132 | 61 | 0 | 3 | 325 | 135 | 65 |
| Binary | 11000 | 1111101 | 11110111 | 1011010 | 110001 | 0 | 11 | 11010101 | 1011101 | 110101 |
Color Harmonies of #187DF7
Complementary color
Monochromatic Colors of #187DF7
Black with #187DF7
Text Example
Text Example
White with #187DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DF7; }
p { color: rgb(24,125,247); }
H1.HeaderClassName
{
color: #187DF7;
}
.AnyTagClassName
{
color: #187DF7;
}
</style>
background-color css
<style>
a { background-color: #187DF7; }
a { background-color: rgb(24,125,247); }
div.DivClassName
{
background-color: #187DF7;
}
.BgClassName
{
background-color: #187DF7;
}
</style>
border-color css
<style>
span { border-color: #187DF7; }
span { border-color: rgb(24,125,247); }
td.TdClassName
{
border-color: #187DF7;
}
.TagClassName
{
border-color: #187DF7;
}
</style>