Shades of Dodger Blue #186EF8
Tints of Dodger Blue #186EF8
RGB
CMYK
RGB Variations
Color information
#186EF8 (or 0x186EF8) is known color: Dodger Blue. HEX triplet: 18, 6E and F8. RGB value is (24,110,248). Sum of RGB (Red+Green+Blue) = 24+110+248=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 248 (97.27% from 255 or 64.92% from 382); Max value from RGB is 248 - color contains mainly: blue. Hex color #186EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EF8 is #E79107. Grayscale: #636363. Windows color (decimal): -15175944 or 16281112. OLE color: 16281112.
HSL color Cylindrical-coordinate representation of color #186EF8: hue angle of 216.96º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186EF8 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 110 | 248 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.03 |
| HSL | 216.96º | 0.94% | 0.53% | - |
| HSV(B) | 216.96º | 0.9% | 0.97% | - |
| XYZ | 22.9 | 18.12 | 91.1 | - |
| YUV | 100.02 | 211.51 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 248 | 0.90 | 0.56 | 0 | 0.03 | 216.96 | 0.94 | 0.53 |
| Hex | 18 | 6E | F8 | 5A | 38 | 0 | 3 | D9 | 5E | 35 |
| Octal | 30 | 156 | 370 | 132 | 70 | 0 | 3 | 331 | 136 | 65 |
| Binary | 11000 | 1101110 | 11111000 | 1011010 | 111000 | 0 | 11 | 11011001 | 1011110 | 110101 |
Color Harmonies of #186EF8
Complementary color
Monochromatic Colors of #186EF8
Black with #186EF8
Text Example
Text Example
White with #186EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186EF8; }
p { color: rgb(24,110,248); }
H1.HeaderClassName
{
color: #186EF8;
}
.AnyTagClassName
{
color: #186EF8;
}
</style>
background-color css
<style>
a { background-color: #186EF8; }
a { background-color: rgb(24,110,248); }
div.DivClassName
{
background-color: #186EF8;
}
.BgClassName
{
background-color: #186EF8;
}
</style>
border-color css
<style>
span { border-color: #186EF8; }
span { border-color: rgb(24,110,248); }
td.TdClassName
{
border-color: #186EF8;
}
.TagClassName
{
border-color: #186EF8;
}
</style>