Shades of Dodger Blue #186CF0
Tints of Dodger Blue #186CF0
RGB
CMYK
RGB Variations
Color information
#186CF0 (or 0x186CF0) is known color: Dodger Blue. HEX triplet: 18, 6C and F0. RGB value is (24,108,240). Sum of RGB (Red+Green+Blue) = 24+108+240=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #186CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CF0 is #E7930F. Grayscale: #616161. Windows color (decimal): -15176464 or 15756312. OLE color: 15756312.
HSL color Cylindrical-coordinate representation of color #186CF0: hue angle of 216.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186CF0 is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 108 | 240 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.06 |
| HSL | 216.67º | 0.88% | 0.52% | - |
| HSV(B) | 216.67º | 0.9% | 0.94% | - |
| XYZ | 21.47 | 17.21 | 84.63 | - |
| YUV | 97.93 | 208.17 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 240 | 0.9 | 0.55 | 0 | 0.06 | 216.67 | 0.88 | 0.52 |
| Hex | 18 | 6C | F0 | 5A | 37 | 0 | 6 | D9 | 58 | 34 |
| Octal | 30 | 154 | 360 | 132 | 67 | 0 | 6 | 331 | 130 | 64 |
| Binary | 11000 | 1101100 | 11110000 | 1011010 | 110111 | 0 | 110 | 11011001 | 1011000 | 110100 |
Color Harmonies of #186CF0
Complementary color
Monochromatic Colors of #186CF0
Black with #186CF0
Text Example
Text Example
White with #186CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CF0; }
p { color: rgb(24,108,240); }
H1.HeaderClassName
{
color: #186CF0;
}
.AnyTagClassName
{
color: #186CF0;
}
</style>
background-color css
<style>
a { background-color: #186CF0; }
a { background-color: rgb(24,108,240); }
div.DivClassName
{
background-color: #186CF0;
}
.BgClassName
{
background-color: #186CF0;
}
</style>
border-color css
<style>
span { border-color: #186CF0; }
span { border-color: rgb(24,108,240); }
td.TdClassName
{
border-color: #186CF0;
}
.TagClassName
{
border-color: #186CF0;
}
</style>