Shades of Dodger Blue #186FEF
Tints of Dodger Blue #186FEF
RGB
CMYK
RGB Variations
Color information
#186FEF (or 0x186FEF) is known color: Dodger Blue. HEX triplet: 18, 6F and EF. RGB value is (24,111,239). Sum of RGB (Red+Green+Blue) = 24+111+239=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #186FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FEF is #E79010. Grayscale: #626262. Windows color (decimal): -15175697 or 15691544. OLE color: 15691544.
HSL color Cylindrical-coordinate representation of color #186FEF: hue angle of 215.72º 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 #186FEF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 111 | 239 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.06 |
| HSL | 215.72º | 0.87% | 0.52% | - |
| HSV(B) | 215.72º | 0.9% | 0.94% | - |
| XYZ | 21.64 | 17.8 | 83.96 | - |
| YUV | 99.58 | 206.68 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 239 | 0.90 | 0.54 | 0 | 0.06 | 215.72 | 0.87 | 0.52 |
| Hex | 18 | 6F | EF | 5A | 36 | 0 | 6 | D8 | 57 | 34 |
| Octal | 30 | 157 | 357 | 132 | 66 | 0 | 6 | 330 | 127 | 64 |
| Binary | 11000 | 1101111 | 11101111 | 1011010 | 110110 | 0 | 110 | 11011000 | 1010111 | 110100 |
Color Harmonies of #186FEF
Complementary color
Monochromatic Colors of #186FEF
Black with #186FEF
Text Example
Text Example
White with #186FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FEF; }
p { color: rgb(24,111,239); }
H1.HeaderClassName
{
color: #186FEF;
}
.AnyTagClassName
{
color: #186FEF;
}
</style>
background-color css
<style>
a { background-color: #186FEF; }
a { background-color: rgb(24,111,239); }
div.DivClassName
{
background-color: #186FEF;
}
.BgClassName
{
background-color: #186FEF;
}
</style>
border-color css
<style>
span { border-color: #186FEF; }
span { border-color: rgb(24,111,239); }
td.TdClassName
{
border-color: #186FEF;
}
.TagClassName
{
border-color: #186FEF;
}
</style>