Shades of Dodger Blue #186EF2
Tints of Dodger Blue #186EF2
RGB
CMYK
RGB Variations
Color information
#186EF2 (or 0x186EF2) is known color: Dodger Blue. HEX triplet: 18, 6E and F2. RGB value is (24,110,242). Sum of RGB (Red+Green+Blue) = 24+110+242=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #186EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EF2 is #E7910D. Grayscale: #626262. Windows color (decimal): -15175950 or 15887896. OLE color: 15887896.
HSL color Cylindrical-coordinate representation of color #186EF2: hue angle of 216.33º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186EF2 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 110 | 242 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.05 |
| HSL | 216.33º | 0.89% | 0.52% | - |
| HSV(B) | 216.33º | 0.9% | 0.95% | - |
| XYZ | 21.98 | 17.76 | 86.27 | - |
| YUV | 99.33 | 208.51 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 242 | 0.90 | 0.55 | 0 | 0.05 | 216.33 | 0.89 | 0.52 |
| Hex | 18 | 6E | F2 | 5A | 37 | 0 | 5 | D8 | 59 | 34 |
| Octal | 30 | 156 | 362 | 132 | 67 | 0 | 5 | 330 | 131 | 64 |
| Binary | 11000 | 1101110 | 11110010 | 1011010 | 110111 | 0 | 101 | 11011000 | 1011001 | 110100 |
Color Harmonies of #186EF2
Complementary color
Monochromatic Colors of #186EF2
Black with #186EF2
Text Example
Text Example
White with #186EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EF2; }
p { color: rgb(24,110,242); }
H1.HeaderClassName
{
color: #186EF2;
}
.AnyTagClassName
{
color: #186EF2;
}
</style>
background-color css
<style>
a { background-color: #186EF2; }
a { background-color: rgb(24,110,242); }
div.DivClassName
{
background-color: #186EF2;
}
.BgClassName
{
background-color: #186EF2;
}
</style>
border-color css
<style>
span { border-color: #186EF2; }
span { border-color: rgb(24,110,242); }
td.TdClassName
{
border-color: #186EF2;
}
.TagClassName
{
border-color: #186EF2;
}
</style>