Shades of Dodger Blue #186CEF
Tints of Dodger Blue #186CEF
RGB
CMYK
RGB Variations
Color information
#186CEF (or 0x186CEF) is known color: Dodger Blue. HEX triplet: 18, 6C and EF. RGB value is (24,108,239). Sum of RGB (Red+Green+Blue) = 24+108+239=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #186CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CEF is #E79310. Grayscale: #616161. Windows color (decimal): -15176465 or 15690776. OLE color: 15690776.
HSL color Cylindrical-coordinate representation of color #186CEF: hue angle of 216.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186CEF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 108 | 239 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.06 |
| HSL | 216.56º | 0.87% | 0.52% | - |
| HSV(B) | 216.56º | 0.9% | 0.94% | - |
| XYZ | 21.32 | 17.15 | 83.85 | - |
| YUV | 97.82 | 207.67 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 239 | 0.90 | 0.55 | 0 | 0.06 | 216.56 | 0.87 | 0.52 |
| Hex | 18 | 6C | EF | 5A | 37 | 0 | 6 | D9 | 57 | 34 |
| Octal | 30 | 154 | 357 | 132 | 67 | 0 | 6 | 331 | 127 | 64 |
| Binary | 11000 | 1101100 | 11101111 | 1011010 | 110111 | 0 | 110 | 11011001 | 1010111 | 110100 |
Color Harmonies of #186CEF
Complementary color
Monochromatic Colors of #186CEF
Black with #186CEF
Text Example
Text Example
White with #186CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CEF; }
p { color: rgb(24,108,239); }
H1.HeaderClassName
{
color: #186CEF;
}
.AnyTagClassName
{
color: #186CEF;
}
</style>
background-color css
<style>
a { background-color: #186CEF; }
a { background-color: rgb(24,108,239); }
div.DivClassName
{
background-color: #186CEF;
}
.BgClassName
{
background-color: #186CEF;
}
</style>
border-color css
<style>
span { border-color: #186CEF; }
span { border-color: rgb(24,108,239); }
td.TdClassName
{
border-color: #186CEF;
}
.TagClassName
{
border-color: #186CEF;
}
</style>