Shades of Dodger Blue #186FFF
Tints of Dodger Blue #186FFF
RGB
CMYK
RGB Variations
Color information
#186FFF (or 0x186FFF) is known color: Dodger Blue. HEX triplet: 18, 6F and FF. RGB value is (24,111,255). Sum of RGB (Red+Green+Blue) = 24+111+255=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #186FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FFF is #E79000. Grayscale: #646464. Windows color (decimal): -15175681 or 16740120. OLE color: 16740120.
HSL color Cylindrical-coordinate representation of color #186FFF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #186FFF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 111 | 255 | - |
| CMYK | 0.91 | 0.56 | 0 | 0 |
| HSL | 217.4º | 1% | 0.55% | - |
| HSV(B) | 217.4º | 0.91% | 1% | - |
| XYZ | 24.11 | 18.78 | 96.96 | - |
| YUV | 101.4 | 214.68 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 255 | 0.91 | 0.56 | 0 | 0 | 217.4 | 1 | 0.55 |
| Hex | 18 | 6F | FF | 5B | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 30 | 157 | 377 | 133 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11000 | 1101111 | 11111111 | 1011011 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #186FFF
Complementary color
Monochromatic Colors of #186FFF
Black with #186FFF
Text Example
Text Example
White with #186FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FFF; }
p { color: rgb(24,111,255); }
H1.HeaderClassName
{
color: #186FFF;
}
.AnyTagClassName
{
color: #186FFF;
}
</style>
background-color css
<style>
a { background-color: #186FFF; }
a { background-color: rgb(24,111,255); }
div.DivClassName
{
background-color: #186FFF;
}
.BgClassName
{
background-color: #186FFF;
}
</style>
border-color css
<style>
span { border-color: #186FFF; }
span { border-color: rgb(24,111,255); }
td.TdClassName
{
border-color: #186FFF;
}
.TagClassName
{
border-color: #186FFF;
}
</style>