Shades of Dodger Blue #186CF7
Tints of Dodger Blue #186CF7
RGB
CMYK
RGB Variations
Color information
#186CF7 (or 0x186CF7) is known color: Dodger Blue. HEX triplet: 18, 6C and F7. RGB value is (24,108,247). Sum of RGB (Red+Green+Blue) = 24+108+247=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #186CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CF7 is #E79308. Grayscale: #626262. Windows color (decimal): -15176457 or 16215064. OLE color: 16215064.
HSL color Cylindrical-coordinate representation of color #186CF7: hue angle of 217.4º degrees, saturation: 0.93, 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 #186CF7 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 108 | 247 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.03 |
| HSL | 217.4º | 0.93% | 0.53% | - |
| HSV(B) | 217.4º | 0.9% | 0.97% | - |
| XYZ | 22.53 | 17.63 | 90.21 | - |
| YUV | 98.73 | 211.67 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 247 | 0.90 | 0.56 | 0 | 0.03 | 217.4 | 0.93 | 0.53 |
| Hex | 18 | 6C | F7 | 5A | 38 | 0 | 3 | D9 | 5D | 35 |
| Octal | 30 | 154 | 367 | 132 | 70 | 0 | 3 | 331 | 135 | 65 |
| Binary | 11000 | 1101100 | 11110111 | 1011010 | 111000 | 0 | 11 | 11011001 | 1011101 | 110101 |
Color Harmonies of #186CF7
Complementary color
Monochromatic Colors of #186CF7
Black with #186CF7
Text Example
Text Example
White with #186CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CF7; }
p { color: rgb(24,108,247); }
H1.HeaderClassName
{
color: #186CF7;
}
.AnyTagClassName
{
color: #186CF7;
}
</style>
background-color css
<style>
a { background-color: #186CF7; }
a { background-color: rgb(24,108,247); }
div.DivClassName
{
background-color: #186CF7;
}
.BgClassName
{
background-color: #186CF7;
}
</style>
border-color css
<style>
span { border-color: #186CF7; }
span { border-color: rgb(24,108,247); }
td.TdClassName
{
border-color: #186CF7;
}
.TagClassName
{
border-color: #186CF7;
}
</style>