Shades of Dodger Blue #187CE1
Tints of Dodger Blue #187CE1
RGB
CMYK
RGB Variations
Color information
#187CE1 (or 0x187CE1) is known color: Dodger Blue. HEX triplet: 18, 7C and E1. RGB value is (24,124,225). Sum of RGB (Red+Green+Blue) = 24+124+225=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #187CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187CE1 is #E7831E. Grayscale: #696969. Windows color (decimal): -15172383 or 14777368. OLE color: 14777368.
HSL color Cylindrical-coordinate representation of color #187CE1: hue angle of 210.15º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #187CE1 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 124 | 225 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.12 |
| HSL | 210.15º | 0.81% | 0.49% | - |
| HSV(B) | 210.15º | 0.89% | 0.88% | - |
| XYZ | 21.17 | 20.05 | 73.99 | - |
| YUV | 105.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 225 | 0.89 | 0.45 | 0 | 0.12 | 210.15 | 0.81 | 0.49 |
| Hex | 18 | 7C | E1 | 59 | 2D | 0 | C | D2 | 51 | 31 |
| Octal | 30 | 174 | 341 | 131 | 55 | 0 | 14 | 322 | 121 | 61 |
| Binary | 11000 | 1111100 | 11100001 | 1011001 | 101101 | 0 | 1100 | 11010010 | 1010001 | 110001 |
Color Harmonies of #187CE1
Complementary color
Monochromatic Colors of #187CE1
Black with #187CE1
Text Example
Text Example
White with #187CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CE1; }
p { color: rgb(24,124,225); }
H1.HeaderClassName
{
color: #187CE1;
}
.AnyTagClassName
{
color: #187CE1;
}
</style>
background-color css
<style>
a { background-color: #187CE1; }
a { background-color: rgb(24,124,225); }
div.DivClassName
{
background-color: #187CE1;
}
.BgClassName
{
background-color: #187CE1;
}
</style>
border-color css
<style>
span { border-color: #187CE1; }
span { border-color: rgb(24,124,225); }
td.TdClassName
{
border-color: #187CE1;
}
.TagClassName
{
border-color: #187CE1;
}
</style>