Shades of Dodger Blue #186AF5
Tints of Dodger Blue #186AF5
RGB
CMYK
RGB Variations
Color information
#186AF5 (or 0x186AF5) is known color: Dodger Blue. HEX triplet: 18, 6A and F5. RGB value is (24,106,245). Sum of RGB (Red+Green+Blue) = 24+106+245=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #186AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186AF5 is #E7950A. Grayscale: #606060. Windows color (decimal): -15176971 or 16083480. OLE color: 16083480.
HSL color Cylindrical-coordinate representation of color #186AF5: hue angle of 217.74º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186AF5 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 106 | 245 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.04 |
| HSL | 217.74º | 0.92% | 0.53% | - |
| HSV(B) | 217.74º | 0.9% | 0.96% | - |
| XYZ | 22.01 | 17.09 | 88.53 | - |
| YUV | 97.33 | 211.33 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 245 | 0.90 | 0.57 | 0 | 0.04 | 217.74 | 0.92 | 0.53 |
| Hex | 18 | 6A | F5 | 5A | 39 | 0 | 4 | DA | 5C | 35 |
| Octal | 30 | 152 | 365 | 132 | 71 | 0 | 4 | 332 | 134 | 65 |
| Binary | 11000 | 1101010 | 11110101 | 1011010 | 111001 | 0 | 100 | 11011010 | 1011100 | 110101 |
Color Harmonies of #186AF5
Complementary color
Monochromatic Colors of #186AF5
Black with #186AF5
Text Example
Text Example
White with #186AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AF5; }
p { color: rgb(24,106,245); }
H1.HeaderClassName
{
color: #186AF5;
}
.AnyTagClassName
{
color: #186AF5;
}
</style>
background-color css
<style>
a { background-color: #186AF5; }
a { background-color: rgb(24,106,245); }
div.DivClassName
{
background-color: #186AF5;
}
.BgClassName
{
background-color: #186AF5;
}
</style>
border-color css
<style>
span { border-color: #186AF5; }
span { border-color: rgb(24,106,245); }
td.TdClassName
{
border-color: #186AF5;
}
.TagClassName
{
border-color: #186AF5;
}
</style>