Shades of Dodger Blue #186FEC
Tints of Dodger Blue #186FEC
RGB
CMYK
RGB Variations
Color information
#186FEC (or 0x186FEC) is known color: Dodger Blue. HEX triplet: 18, 6F and EC. RGB value is (24,111,236). Sum of RGB (Red+Green+Blue) = 24+111+236=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #186FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FEC is #E79013. Grayscale: #626262. Windows color (decimal): -15175700 or 15494936. OLE color: 15494936.
HSL color Cylindrical-coordinate representation of color #186FEC: hue angle of 215.38º degrees, saturation: 0.85, 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 #186FEC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 111 | 236 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.07 |
| HSL | 215.38º | 0.85% | 0.51% | - |
| HSV(B) | 215.38º | 0.9% | 0.93% | - |
| XYZ | 21.2 | 17.62 | 81.64 | - |
| YUV | 99.24 | 205.18 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 236 | 0.90 | 0.53 | 0 | 0.07 | 215.38 | 0.85 | 0.51 |
| Hex | 18 | 6F | EC | 5A | 35 | 0 | 7 | D7 | 55 | 33 |
| Octal | 30 | 157 | 354 | 132 | 65 | 0 | 7 | 327 | 125 | 63 |
| Binary | 11000 | 1101111 | 11101100 | 1011010 | 110101 | 0 | 111 | 11010111 | 1010101 | 110011 |
Color Harmonies of #186FEC
Complementary color
Monochromatic Colors of #186FEC
Black with #186FEC
Text Example
Text Example
White with #186FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FEC; }
p { color: rgb(24,111,236); }
H1.HeaderClassName
{
color: #186FEC;
}
.AnyTagClassName
{
color: #186FEC;
}
</style>
background-color css
<style>
a { background-color: #186FEC; }
a { background-color: rgb(24,111,236); }
div.DivClassName
{
background-color: #186FEC;
}
.BgClassName
{
background-color: #186FEC;
}
</style>
border-color css
<style>
span { border-color: #186FEC; }
span { border-color: rgb(24,111,236); }
td.TdClassName
{
border-color: #186FEC;
}
.TagClassName
{
border-color: #186FEC;
}
</style>