Shades of Dodger Blue #186AF0
Tints of Dodger Blue #186AF0
RGB
CMYK
RGB Variations
Color information
#186AF0 (or 0x186AF0) is known color: Dodger Blue. HEX triplet: 18, 6A and F0. RGB value is (24,106,240). Sum of RGB (Red+Green+Blue) = 24+106+240=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #186AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186AF0 is #E7950F. Grayscale: #606060. Windows color (decimal): -15176976 or 15755800. OLE color: 15755800.
HSL color Cylindrical-coordinate representation of color #186AF0: hue angle of 217.22º 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 #186AF0 is Cyan = 0.9, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 106 | 240 | - |
| CMYK | 0.9 | 0.56 | 0 | 0.06 |
| HSL | 217.22º | 0.88% | 0.52% | - |
| HSV(B) | 217.22º | 0.9% | 0.94% | - |
| XYZ | 21.26 | 16.79 | 84.56 | - |
| YUV | 96.76 | 208.83 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 240 | 0.9 | 0.56 | 0 | 0.06 | 217.22 | 0.88 | 0.52 |
| Hex | 18 | 6A | F0 | 5A | 38 | 0 | 6 | D9 | 58 | 34 |
| Octal | 30 | 152 | 360 | 132 | 70 | 0 | 6 | 331 | 130 | 64 |
| Binary | 11000 | 1101010 | 11110000 | 1011010 | 111000 | 0 | 110 | 11011001 | 1011000 | 110100 |
Color Harmonies of #186AF0
Complementary color
Monochromatic Colors of #186AF0
Black with #186AF0
Text Example
Text Example
White with #186AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AF0; }
p { color: rgb(24,106,240); }
H1.HeaderClassName
{
color: #186AF0;
}
.AnyTagClassName
{
color: #186AF0;
}
</style>
background-color css
<style>
a { background-color: #186AF0; }
a { background-color: rgb(24,106,240); }
div.DivClassName
{
background-color: #186AF0;
}
.BgClassName
{
background-color: #186AF0;
}
</style>
border-color css
<style>
span { border-color: #186AF0; }
span { border-color: rgb(24,106,240); }
td.TdClassName
{
border-color: #186AF0;
}
.TagClassName
{
border-color: #186AF0;
}
</style>