Shades of Dodger Blue #186EED
Tints of Dodger Blue #186EED
RGB
CMYK
RGB Variations
Color information
#186EED (or 0x186EED) is known color: Dodger Blue. HEX triplet: 18, 6E and ED. RGB value is (24,110,237). Sum of RGB (Red+Green+Blue) = 24+110+237=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #186EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EED is #E79112. Grayscale: #626262. Windows color (decimal): -15175955 or 15560216. OLE color: 15560216.
HSL color Cylindrical-coordinate representation of color #186EED: hue angle of 215.77º 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 #186EED is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 110 | 237 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.07 |
| HSL | 215.77º | 0.86% | 0.51% | - |
| HSV(B) | 215.77º | 0.9% | 0.93% | - |
| XYZ | 21.24 | 17.46 | 82.37 | - |
| YUV | 98.76 | 206.01 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 237 | 0.90 | 0.54 | 0 | 0.07 | 215.77 | 0.86 | 0.51 |
| Hex | 18 | 6E | ED | 5A | 36 | 0 | 7 | D8 | 56 | 33 |
| Octal | 30 | 156 | 355 | 132 | 66 | 0 | 7 | 330 | 126 | 63 |
| Binary | 11000 | 1101110 | 11101101 | 1011010 | 110110 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #186EED
Complementary color
Monochromatic Colors of #186EED
Black with #186EED
Text Example
Text Example
White with #186EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EED; }
p { color: rgb(24,110,237); }
H1.HeaderClassName
{
color: #186EED;
}
.AnyTagClassName
{
color: #186EED;
}
</style>
background-color css
<style>
a { background-color: #186EED; }
a { background-color: rgb(24,110,237); }
div.DivClassName
{
background-color: #186EED;
}
.BgClassName
{
background-color: #186EED;
}
</style>
border-color css
<style>
span { border-color: #186EED; }
span { border-color: rgb(24,110,237); }
td.TdClassName
{
border-color: #186EED;
}
.TagClassName
{
border-color: #186EED;
}
</style>