Shades of Dodger Blue #186AF1
Tints of Dodger Blue #186AF1
RGB
CMYK
RGB Variations
Color information
#186AF1 (or 0x186AF1) is known color: Dodger Blue. HEX triplet: 18, 6A and F1. RGB value is (24,106,241). Sum of RGB (Red+Green+Blue) = 24+106+241=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #186AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186AF1 is #E7950E. Grayscale: #606060. Windows color (decimal): -15176975 or 15821336. OLE color: 15821336.
HSL color Cylindrical-coordinate representation of color #186AF1: hue angle of 217.33º 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 #186AF1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 106 | 241 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.05 |
| HSL | 217.33º | 0.89% | 0.52% | - |
| HSV(B) | 217.33º | 0.9% | 0.95% | - |
| XYZ | 21.41 | 16.85 | 85.34 | - |
| YUV | 96.87 | 209.33 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 241 | 0.90 | 0.56 | 0 | 0.05 | 217.33 | 0.89 | 0.52 |
| Hex | 18 | 6A | F1 | 5A | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 30 | 152 | 361 | 132 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 11000 | 1101010 | 11110001 | 1011010 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #186AF1
Complementary color
Monochromatic Colors of #186AF1
Black with #186AF1
Text Example
Text Example
White with #186AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AF1; }
p { color: rgb(24,106,241); }
H1.HeaderClassName
{
color: #186AF1;
}
.AnyTagClassName
{
color: #186AF1;
}
</style>
background-color css
<style>
a { background-color: #186AF1; }
a { background-color: rgb(24,106,241); }
div.DivClassName
{
background-color: #186AF1;
}
.BgClassName
{
background-color: #186AF1;
}
</style>
border-color css
<style>
span { border-color: #186AF1; }
span { border-color: rgb(24,106,241); }
td.TdClassName
{
border-color: #186AF1;
}
.TagClassName
{
border-color: #186AF1;
}
</style>