Shades of Dodger Blue #186DF2
Tints of Dodger Blue #186DF2
RGB
CMYK
RGB Variations
Color information
#186DF2 (or 0x186DF2) is known color: Dodger Blue. HEX triplet: 18, 6D and F2. RGB value is (24,109,242). Sum of RGB (Red+Green+Blue) = 24+109+242=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #186DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DF2 is #E7920D. Grayscale: #626262. Windows color (decimal): -15176206 or 15887640. OLE color: 15887640.
HSL color Cylindrical-coordinate representation of color #186DF2: hue angle of 216.61º 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 #186DF2 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 109 | 242 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.05 |
| HSL | 216.61º | 0.89% | 0.52% | - |
| HSV(B) | 216.61º | 0.9% | 0.95% | - |
| XYZ | 21.87 | 17.54 | 86.24 | - |
| YUV | 98.75 | 208.84 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 242 | 0.90 | 0.55 | 0 | 0.05 | 216.61 | 0.89 | 0.52 |
| Hex | 18 | 6D | F2 | 5A | 37 | 0 | 5 | D9 | 59 | 34 |
| Octal | 30 | 155 | 362 | 132 | 67 | 0 | 5 | 331 | 131 | 64 |
| Binary | 11000 | 1101101 | 11110010 | 1011010 | 110111 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #186DF2
Complementary color
Monochromatic Colors of #186DF2
Black with #186DF2
Text Example
Text Example
White with #186DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DF2; }
p { color: rgb(24,109,242); }
H1.HeaderClassName
{
color: #186DF2;
}
.AnyTagClassName
{
color: #186DF2;
}
</style>
background-color css
<style>
a { background-color: #186DF2; }
a { background-color: rgb(24,109,242); }
div.DivClassName
{
background-color: #186DF2;
}
.BgClassName
{
background-color: #186DF2;
}
</style>
border-color css
<style>
span { border-color: #186DF2; }
span { border-color: rgb(24,109,242); }
td.TdClassName
{
border-color: #186DF2;
}
.TagClassName
{
border-color: #186DF2;
}
</style>