Shades of Dodger Blue #187EED
Tints of Dodger Blue #187EED
RGB
CMYK
RGB Variations
Color information
#187EED (or 0x187EED) is known color: Dodger Blue. HEX triplet: 18, 7E and ED. RGB value is (24,126,237). Sum of RGB (Red+Green+Blue) = 24+126+237=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #187EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187EED is #E78112. Grayscale: #6B6B6B. Windows color (decimal): -15171859 or 15564312. OLE color: 15564312.
HSL color Cylindrical-coordinate representation of color #187EED: hue angle of 211.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187EED is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 126 | 237 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.07 |
| HSL | 211.27º | 0.86% | 0.51% | - |
| HSV(B) | 211.27º | 0.9% | 0.93% | - |
| XYZ | 23.12 | 21.23 | 83 | - |
| YUV | 108.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 237 | 0.90 | 0.47 | 0 | 0.07 | 211.27 | 0.86 | 0.51 |
| Hex | 18 | 7E | ED | 5A | 2F | 0 | 7 | D3 | 56 | 33 |
| Octal | 30 | 176 | 355 | 132 | 57 | 0 | 7 | 323 | 126 | 63 |
| Binary | 11000 | 1111110 | 11101101 | 1011010 | 101111 | 0 | 111 | 11010011 | 1010110 | 110011 |
Color Harmonies of #187EED
Complementary color
Monochromatic Colors of #187EED
Black with #187EED
Text Example
Text Example
White with #187EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187EED; }
p { color: rgb(24,126,237); }
H1.HeaderClassName
{
color: #187EED;
}
.AnyTagClassName
{
color: #187EED;
}
</style>
background-color css
<style>
a { background-color: #187EED; }
a { background-color: rgb(24,126,237); }
div.DivClassName
{
background-color: #187EED;
}
.BgClassName
{
background-color: #187EED;
}
</style>
border-color css
<style>
span { border-color: #187EED; }
span { border-color: rgb(24,126,237); }
td.TdClassName
{
border-color: #187EED;
}
.TagClassName
{
border-color: #187EED;
}
</style>