Shades of Dodger Blue #186DF3
Tints of Dodger Blue #186DF3
RGB
CMYK
RGB Variations
Color information
#186DF3 (or 0x186DF3) is known color: Dodger Blue. HEX triplet: 18, 6D and F3. RGB value is (24,109,243). Sum of RGB (Red+Green+Blue) = 24+109+243=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #186DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DF3 is #E7920C. Grayscale: #626262. Windows color (decimal): -15176205 or 15953176. OLE color: 15953176.
HSL color Cylindrical-coordinate representation of color #186DF3: hue angle of 216.71º degrees, saturation: 0.9, 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 #186DF3 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 109 | 243 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.05 |
| HSL | 216.71º | 0.9% | 0.52% | - |
| HSV(B) | 216.71º | 0.9% | 0.95% | - |
| XYZ | 22.02 | 17.6 | 87.03 | - |
| YUV | 98.86 | 209.34 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 243 | 0.90 | 0.55 | 0 | 0.05 | 216.71 | 0.9 | 0.52 |
| Hex | 18 | 6D | F3 | 5A | 37 | 0 | 5 | D9 | 5A | 34 |
| Octal | 30 | 155 | 363 | 132 | 67 | 0 | 5 | 331 | 132 | 64 |
| Binary | 11000 | 1101101 | 11110011 | 1011010 | 110111 | 0 | 101 | 11011001 | 1011010 | 110100 |
Color Harmonies of #186DF3
Complementary color
Monochromatic Colors of #186DF3
Black with #186DF3
Text Example
Text Example
White with #186DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DF3; }
p { color: rgb(24,109,243); }
H1.HeaderClassName
{
color: #186DF3;
}
.AnyTagClassName
{
color: #186DF3;
}
</style>
background-color css
<style>
a { background-color: #186DF3; }
a { background-color: rgb(24,109,243); }
div.DivClassName
{
background-color: #186DF3;
}
.BgClassName
{
background-color: #186DF3;
}
</style>
border-color css
<style>
span { border-color: #186DF3; }
span { border-color: rgb(24,109,243); }
td.TdClassName
{
border-color: #186DF3;
}
.TagClassName
{
border-color: #186DF3;
}
</style>