Shades of Dodger Blue #187DF4
Tints of Dodger Blue #187DF4
RGB
CMYK
RGB Variations
Color information
#187DF4 (or 0x187DF4) is known color: Dodger Blue. HEX triplet: 18, 7D and F4. RGB value is (24,125,244). Sum of RGB (Red+Green+Blue) = 24+125+244=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #187DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF4 is #E7820B. Grayscale: #6B6B6B. Windows color (decimal): -15172108 or 16022808. OLE color: 16022808.
HSL color Cylindrical-coordinate representation of color #187DF4: hue angle of 212.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187DF4 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 125 | 244 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.04 |
| HSL | 212.45º | 0.91% | 0.53% | - |
| HSV(B) | 212.45º | 0.9% | 0.96% | - |
| XYZ | 24.04 | 21.39 | 88.45 | - |
| YUV | 108.37 | 204.54 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 244 | 0.90 | 0.49 | 0 | 0.04 | 212.45 | 0.91 | 0.53 |
| Hex | 18 | 7D | F4 | 5A | 31 | 0 | 4 | D4 | 5B | 35 |
| Octal | 30 | 175 | 364 | 132 | 61 | 0 | 4 | 324 | 133 | 65 |
| Binary | 11000 | 1111101 | 11110100 | 1011010 | 110001 | 0 | 100 | 11010100 | 1011011 | 110101 |
Color Harmonies of #187DF4
Complementary color
Monochromatic Colors of #187DF4
Black with #187DF4
Text Example
Text Example
White with #187DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DF4; }
p { color: rgb(24,125,244); }
H1.HeaderClassName
{
color: #187DF4;
}
.AnyTagClassName
{
color: #187DF4;
}
</style>
background-color css
<style>
a { background-color: #187DF4; }
a { background-color: rgb(24,125,244); }
div.DivClassName
{
background-color: #187DF4;
}
.BgClassName
{
background-color: #187DF4;
}
</style>
border-color css
<style>
span { border-color: #187DF4; }
span { border-color: rgb(24,125,244); }
td.TdClassName
{
border-color: #187DF4;
}
.TagClassName
{
border-color: #187DF4;
}
</style>