Shades of Dodger Blue #186BEF
Tints of Dodger Blue #186BEF
RGB
CMYK
RGB Variations
Color information
#186BEF (or 0x186BEF) is known color: Dodger Blue. HEX triplet: 18, 6B and EF. RGB value is (24,107,239). Sum of RGB (Red+Green+Blue) = 24+107+239=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #186BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186BEF is #E79410. Grayscale: #606060. Windows color (decimal): -15176721 or 15690520. OLE color: 15690520.
HSL color Cylindrical-coordinate representation of color #186BEF: hue angle of 216.84º 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 #186BEF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 107 | 239 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.06 |
| HSL | 216.84º | 0.87% | 0.52% | - |
| HSV(B) | 216.84º | 0.9% | 0.94% | - |
| XYZ | 21.21 | 16.94 | 83.81 | - |
| YUV | 97.23 | 208 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 239 | 0.90 | 0.55 | 0 | 0.06 | 216.84 | 0.87 | 0.52 |
| Hex | 18 | 6B | EF | 5A | 37 | 0 | 6 | D9 | 57 | 34 |
| Octal | 30 | 153 | 357 | 132 | 67 | 0 | 6 | 331 | 127 | 64 |
| Binary | 11000 | 1101011 | 11101111 | 1011010 | 110111 | 0 | 110 | 11011001 | 1010111 | 110100 |
Color Harmonies of #186BEF
Complementary color
Monochromatic Colors of #186BEF
Black with #186BEF
Text Example
Text Example
White with #186BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BEF; }
p { color: rgb(24,107,239); }
H1.HeaderClassName
{
color: #186BEF;
}
.AnyTagClassName
{
color: #186BEF;
}
</style>
background-color css
<style>
a { background-color: #186BEF; }
a { background-color: rgb(24,107,239); }
div.DivClassName
{
background-color: #186BEF;
}
.BgClassName
{
background-color: #186BEF;
}
</style>
border-color css
<style>
span { border-color: #186BEF; }
span { border-color: rgb(24,107,239); }
td.TdClassName
{
border-color: #186BEF;
}
.TagClassName
{
border-color: #186BEF;
}
</style>