Shades of Dodger Blue #187DED
Tints of Dodger Blue #187DED
RGB
CMYK
RGB Variations
Color information
#187DED (or 0x187DED) is known color: Dodger Blue. HEX triplet: 18, 7D and ED. RGB value is (24,125,237). Sum of RGB (Red+Green+Blue) = 24+125+237=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #187DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DED is #E78212. Grayscale: #6B6B6B. Windows color (decimal): -15172115 or 15564056. OLE color: 15564056.
HSL color Cylindrical-coordinate representation of color #187DED: hue angle of 211.55º 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 #187DED is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 125 | 237 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.07 |
| HSL | 211.55º | 0.86% | 0.51% | - |
| HSV(B) | 211.55º | 0.9% | 0.93% | - |
| XYZ | 23 | 20.98 | 82.96 | - |
| YUV | 107.57 | 201.04 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 237 | 0.90 | 0.47 | 0 | 0.07 | 211.55 | 0.86 | 0.51 |
| Hex | 18 | 7D | ED | 5A | 2F | 0 | 7 | D4 | 56 | 33 |
| Octal | 30 | 175 | 355 | 132 | 57 | 0 | 7 | 324 | 126 | 63 |
| Binary | 11000 | 1111101 | 11101101 | 1011010 | 101111 | 0 | 111 | 11010100 | 1010110 | 110011 |
Color Harmonies of #187DED
Complementary color
Monochromatic Colors of #187DED
Black with #187DED
Text Example
Text Example
White with #187DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DED; }
p { color: rgb(24,125,237); }
H1.HeaderClassName
{
color: #187DED;
}
.AnyTagClassName
{
color: #187DED;
}
</style>
background-color css
<style>
a { background-color: #187DED; }
a { background-color: rgb(24,125,237); }
div.DivClassName
{
background-color: #187DED;
}
.BgClassName
{
background-color: #187DED;
}
</style>
border-color css
<style>
span { border-color: #187DED; }
span { border-color: rgb(24,125,237); }
td.TdClassName
{
border-color: #187DED;
}
.TagClassName
{
border-color: #187DED;
}
</style>