Shades of Dodger Blue #186CED
Tints of Dodger Blue #186CED
RGB
CMYK
RGB Variations
Color information
#186CED (or 0x186CED) is known color: Dodger Blue. HEX triplet: 18, 6C and ED. RGB value is (24,108,237). Sum of RGB (Red+Green+Blue) = 24+108+237=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #186CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CED is #E79312. Grayscale: #606060. Windows color (decimal): -15176467 or 15559704. OLE color: 15559704.
HSL color Cylindrical-coordinate representation of color #186CED: hue angle of 216.34º 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 #186CED is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 108 | 237 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.07 |
| HSL | 216.34º | 0.86% | 0.51% | - |
| HSV(B) | 216.34º | 0.9% | 0.93% | - |
| XYZ | 21.03 | 17.03 | 82.3 | - |
| YUV | 97.59 | 206.67 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 237 | 0.90 | 0.54 | 0 | 0.07 | 216.34 | 0.86 | 0.51 |
| Hex | 18 | 6C | ED | 5A | 36 | 0 | 7 | D8 | 56 | 33 |
| Octal | 30 | 154 | 355 | 132 | 66 | 0 | 7 | 330 | 126 | 63 |
| Binary | 11000 | 1101100 | 11101101 | 1011010 | 110110 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #186CED
Complementary color
Monochromatic Colors of #186CED
Black with #186CED
Text Example
Text Example
White with #186CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CED; }
p { color: rgb(24,108,237); }
H1.HeaderClassName
{
color: #186CED;
}
.AnyTagClassName
{
color: #186CED;
}
</style>
background-color css
<style>
a { background-color: #186CED; }
a { background-color: rgb(24,108,237); }
div.DivClassName
{
background-color: #186CED;
}
.BgClassName
{
background-color: #186CED;
}
</style>
border-color css
<style>
span { border-color: #186CED; }
span { border-color: rgb(24,108,237); }
td.TdClassName
{
border-color: #186CED;
}
.TagClassName
{
border-color: #186CED;
}
</style>