Shades of Dodger Blue #186DFB
Tints of Dodger Blue #186DFB
RGB
CMYK
RGB Variations
Color information
#186DFB (or 0x186DFB) is known color: Dodger Blue. HEX triplet: 18, 6D and FB. RGB value is (24,109,251). Sum of RGB (Red+Green+Blue) = 24+109+251=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #186DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DFB is #E79204. Grayscale: #636363. Windows color (decimal): -15176197 or 16477464. OLE color: 16477464.
HSL color Cylindrical-coordinate representation of color #186DFB: hue angle of 217.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186DFB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 109 | 251 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.02 |
| HSL | 217.53º | 0.97% | 0.54% | - |
| HSV(B) | 217.53º | 0.9% | 0.98% | - |
| XYZ | 23.26 | 18.1 | 93.53 | - |
| YUV | 99.77 | 213.34 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 251 | 0.90 | 0.57 | 0 | 0.02 | 217.53 | 0.97 | 0.54 |
| Hex | 18 | 6D | FB | 5A | 39 | 0 | 2 | DA | 61 | 36 |
| Octal | 30 | 155 | 373 | 132 | 71 | 0 | 2 | 332 | 141 | 66 |
| Binary | 11000 | 1101101 | 11111011 | 1011010 | 111001 | 0 | 10 | 11011010 | 1100001 | 110110 |
Color Harmonies of #186DFB
Complementary color
Monochromatic Colors of #186DFB
Black with #186DFB
Text Example
Text Example
White with #186DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DFB; }
p { color: rgb(24,109,251); }
H1.HeaderClassName
{
color: #186DFB;
}
.AnyTagClassName
{
color: #186DFB;
}
</style>
background-color css
<style>
a { background-color: #186DFB; }
a { background-color: rgb(24,109,251); }
div.DivClassName
{
background-color: #186DFB;
}
.BgClassName
{
background-color: #186DFB;
}
</style>
border-color css
<style>
span { border-color: #186DFB; }
span { border-color: rgb(24,109,251); }
td.TdClassName
{
border-color: #186DFB;
}
.TagClassName
{
border-color: #186DFB;
}
</style>