Shades of Dodger Blue #186AF3
Tints of Dodger Blue #186AF3
RGB
CMYK
RGB Variations
Color information
#186AF3 (or 0x186AF3) is known color: Dodger Blue. HEX triplet: 18, 6A and F3. RGB value is (24,106,243). Sum of RGB (Red+Green+Blue) = 24+106+243=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #186AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186AF3 is #E7950C. Grayscale: #606060. Windows color (decimal): -15176973 or 15952408. OLE color: 15952408.
HSL color Cylindrical-coordinate representation of color #186AF3: hue angle of 217.53º degrees, saturation: 0.9, 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 #186AF3 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 106 | 243 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.05 |
| HSL | 217.53º | 0.9% | 0.52% | - |
| HSV(B) | 217.53º | 0.9% | 0.95% | - |
| XYZ | 21.71 | 16.97 | 86.93 | - |
| YUV | 97.1 | 210.33 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 243 | 0.90 | 0.56 | 0 | 0.05 | 217.53 | 0.9 | 0.52 |
| Hex | 18 | 6A | F3 | 5A | 38 | 0 | 5 | DA | 5A | 34 |
| Octal | 30 | 152 | 363 | 132 | 70 | 0 | 5 | 332 | 132 | 64 |
| Binary | 11000 | 1101010 | 11110011 | 1011010 | 111000 | 0 | 101 | 11011010 | 1011010 | 110100 |
Color Harmonies of #186AF3
Complementary color
Monochromatic Colors of #186AF3
Black with #186AF3
Text Example
Text Example
White with #186AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AF3; }
p { color: rgb(24,106,243); }
H1.HeaderClassName
{
color: #186AF3;
}
.AnyTagClassName
{
color: #186AF3;
}
</style>
background-color css
<style>
a { background-color: #186AF3; }
a { background-color: rgb(24,106,243); }
div.DivClassName
{
background-color: #186AF3;
}
.BgClassName
{
background-color: #186AF3;
}
</style>
border-color css
<style>
span { border-color: #186AF3; }
span { border-color: rgb(24,106,243); }
td.TdClassName
{
border-color: #186AF3;
}
.TagClassName
{
border-color: #186AF3;
}
</style>