Shades of Dodger Blue #186EFF
Tints of Dodger Blue #186EFF
RGB
CMYK
RGB Variations
Color information
#186EFF (or 0x186EFF) is known color: Dodger Blue. HEX triplet: 18, 6E and FF. RGB value is (24,110,255). Sum of RGB (Red+Green+Blue) = 24+110+255=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #186EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EFF is #E79100. Grayscale: #646464. Windows color (decimal): -15175937 or 16739864. OLE color: 16739864.
HSL color Cylindrical-coordinate representation of color #186EFF: hue angle of 217.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #186EFF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 110 | 255 | - |
| CMYK | 0.91 | 0.57 | 0 | 0 |
| HSL | 217.66º | 1% | 0.55% | - |
| HSV(B) | 217.66º | 0.91% | 1% | - |
| XYZ | 24 | 18.57 | 96.93 | - |
| YUV | 100.82 | 215.01 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 255 | 0.91 | 0.57 | 0 | 0 | 217.66 | 1 | 0.55 |
| Hex | 18 | 6E | FF | 5B | 39 | 0 | 0 | DA | 64 | 37 |
| Octal | 30 | 156 | 377 | 133 | 71 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11000 | 1101110 | 11111111 | 1011011 | 111001 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #186EFF
Complementary color
Monochromatic Colors of #186EFF
Black with #186EFF
Text Example
Text Example
White with #186EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EFF; }
p { color: rgb(24,110,255); }
H1.HeaderClassName
{
color: #186EFF;
}
.AnyTagClassName
{
color: #186EFF;
}
</style>
background-color css
<style>
a { background-color: #186EFF; }
a { background-color: rgb(24,110,255); }
div.DivClassName
{
background-color: #186EFF;
}
.BgClassName
{
background-color: #186EFF;
}
</style>
border-color css
<style>
span { border-color: #186EFF; }
span { border-color: rgb(24,110,255); }
td.TdClassName
{
border-color: #186EFF;
}
.TagClassName
{
border-color: #186EFF;
}
</style>