Shades of Dodger Blue #186DF5
Tints of Dodger Blue #186DF5
RGB
CMYK
RGB Variations
Color information
#186DF5 (or 0x186DF5) is known color: Dodger Blue. HEX triplet: 18, 6D and F5. RGB value is (24,109,245). Sum of RGB (Red+Green+Blue) = 24+109+245=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 245 (96.09% from 255 or 64.81% from 378); Max value from RGB is 245 - color contains mainly: blue. Hex color #186DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DF5 is #E7920A. Grayscale: #626262. Windows color (decimal): -15176203 or 16084248. OLE color: 16084248.
HSL color Cylindrical-coordinate representation of color #186DF5: hue angle of 216.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186DF5 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 109 | 245 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.04 |
| HSL | 216.92º | 0.92% | 0.53% | - |
| HSV(B) | 216.92º | 0.9% | 0.96% | - |
| XYZ | 22.33 | 17.72 | 88.63 | - |
| YUV | 99.09 | 210.34 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 245 | 0.90 | 0.56 | 0 | 0.04 | 216.92 | 0.92 | 0.53 |
| Hex | 18 | 6D | F5 | 5A | 38 | 0 | 4 | D9 | 5C | 35 |
| Octal | 30 | 155 | 365 | 132 | 70 | 0 | 4 | 331 | 134 | 65 |
| Binary | 11000 | 1101101 | 11110101 | 1011010 | 111000 | 0 | 100 | 11011001 | 1011100 | 110101 |
Color Harmonies of #186DF5
Complementary color
Monochromatic Colors of #186DF5
Black with #186DF5
Text Example
Text Example
White with #186DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DF5; }
p { color: rgb(24,109,245); }
H1.HeaderClassName
{
color: #186DF5;
}
.AnyTagClassName
{
color: #186DF5;
}
</style>
background-color css
<style>
a { background-color: #186DF5; }
a { background-color: rgb(24,109,245); }
div.DivClassName
{
background-color: #186DF5;
}
.BgClassName
{
background-color: #186DF5;
}
</style>
border-color css
<style>
span { border-color: #186DF5; }
span { border-color: rgb(24,109,245); }
td.TdClassName
{
border-color: #186DF5;
}
.TagClassName
{
border-color: #186DF5;
}
</style>