Shades of Dodger Blue #186FFD
Tints of Dodger Blue #186FFD
RGB
CMYK
RGB Variations
Color information
#186FFD (or 0x186FFD) is known color: Dodger Blue. HEX triplet: 18, 6F and FD. RGB value is (24,111,253). Sum of RGB (Red+Green+Blue) = 24+111+253=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #186FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FFD is #E79002. Grayscale: #646464. Windows color (decimal): -15175683 or 16609048. OLE color: 16609048.
HSL color Cylindrical-coordinate representation of color #186FFD: hue angle of 217.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #186FFD is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 111 | 253 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.01 |
| HSL | 217.21º | 0.98% | 0.54% | - |
| HSV(B) | 217.21º | 0.91% | 0.99% | - |
| XYZ | 23.79 | 18.65 | 95.28 | - |
| YUV | 101.18 | 213.68 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 253 | 0.91 | 0.56 | 0 | 0.01 | 217.21 | 0.98 | 0.54 |
| Hex | 18 | 6F | FD | 5B | 38 | 0 | 1 | D9 | 62 | 36 |
| Octal | 30 | 157 | 375 | 133 | 70 | 0 | 1 | 331 | 142 | 66 |
| Binary | 11000 | 1101111 | 11111101 | 1011011 | 111000 | 0 | 1 | 11011001 | 1100010 | 110110 |
Color Harmonies of #186FFD
Complementary color
Monochromatic Colors of #186FFD
Black with #186FFD
Text Example
Text Example
White with #186FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FFD; }
p { color: rgb(24,111,253); }
H1.HeaderClassName
{
color: #186FFD;
}
.AnyTagClassName
{
color: #186FFD;
}
</style>
background-color css
<style>
a { background-color: #186FFD; }
a { background-color: rgb(24,111,253); }
div.DivClassName
{
background-color: #186FFD;
}
.BgClassName
{
background-color: #186FFD;
}
</style>
border-color css
<style>
span { border-color: #186FFD; }
span { border-color: rgb(24,111,253); }
td.TdClassName
{
border-color: #186FFD;
}
.TagClassName
{
border-color: #186FFD;
}
</style>