Shades of Dodger Blue #186AF2
Tints of Dodger Blue #186AF2
RGB
CMYK
RGB Variations
Color information
#186AF2 (or 0x186AF2) is known color: Dodger Blue. HEX triplet: 18, 6A and F2. RGB value is (24,106,242). Sum of RGB (Red+Green+Blue) = 24+106+242=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #186AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186AF2 is #E7950D. Grayscale: #606060. Windows color (decimal): -15176974 or 15886872. OLE color: 15886872.
HSL color Cylindrical-coordinate representation of color #186AF2: hue angle of 217.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186AF2 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 106 | 242 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.05 |
| HSL | 217.43º | 0.89% | 0.52% | - |
| HSV(B) | 217.43º | 0.9% | 0.95% | - |
| XYZ | 21.56 | 16.91 | 86.13 | - |
| YUV | 96.99 | 209.83 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 242 | 0.90 | 0.56 | 0 | 0.05 | 217.43 | 0.89 | 0.52 |
| Hex | 18 | 6A | F2 | 5A | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 30 | 152 | 362 | 132 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 11000 | 1101010 | 11110010 | 1011010 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #186AF2
Complementary color
Monochromatic Colors of #186AF2
Black with #186AF2
Text Example
Text Example
White with #186AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AF2; }
p { color: rgb(24,106,242); }
H1.HeaderClassName
{
color: #186AF2;
}
.AnyTagClassName
{
color: #186AF2;
}
</style>
background-color css
<style>
a { background-color: #186AF2; }
a { background-color: rgb(24,106,242); }
div.DivClassName
{
background-color: #186AF2;
}
.BgClassName
{
background-color: #186AF2;
}
</style>
border-color css
<style>
span { border-color: #186AF2; }
span { border-color: rgb(24,106,242); }
td.TdClassName
{
border-color: #186AF2;
}
.TagClassName
{
border-color: #186AF2;
}
</style>