Shades of Dodger Blue #187CED
Tints of Dodger Blue #187CED
RGB
CMYK
RGB Variations
Color information
#187CED (or 0x187CED) is known color: Dodger Blue. HEX triplet: 18, 7C and ED. RGB value is (24,124,237). Sum of RGB (Red+Green+Blue) = 24+124+237=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #187CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187CED is #E78312. Grayscale: #6A6A6A. Windows color (decimal): -15172371 or 15563800. OLE color: 15563800.
HSL color Cylindrical-coordinate representation of color #187CED: hue angle of 211.83º 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 #187CED is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 124 | 237 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.07 |
| HSL | 211.83º | 0.86% | 0.51% | - |
| HSV(B) | 211.83º | 0.9% | 0.93% | - |
| XYZ | 22.87 | 20.72 | 82.92 | - |
| YUV | 106.98 | 201.37 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 237 | 0.90 | 0.48 | 0 | 0.07 | 211.83 | 0.86 | 0.51 |
| Hex | 18 | 7C | ED | 5A | 30 | 0 | 7 | D4 | 56 | 33 |
| Octal | 30 | 174 | 355 | 132 | 60 | 0 | 7 | 324 | 126 | 63 |
| Binary | 11000 | 1111100 | 11101101 | 1011010 | 110000 | 0 | 111 | 11010100 | 1010110 | 110011 |
Color Harmonies of #187CED
Complementary color
Monochromatic Colors of #187CED
Black with #187CED
Text Example
Text Example
White with #187CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187CED; }
p { color: rgb(24,124,237); }
H1.HeaderClassName
{
color: #187CED;
}
.AnyTagClassName
{
color: #187CED;
}
</style>
background-color css
<style>
a { background-color: #187CED; }
a { background-color: rgb(24,124,237); }
div.DivClassName
{
background-color: #187CED;
}
.BgClassName
{
background-color: #187CED;
}
</style>
border-color css
<style>
span { border-color: #187CED; }
span { border-color: rgb(24,124,237); }
td.TdClassName
{
border-color: #187CED;
}
.TagClassName
{
border-color: #187CED;
}
</style>