Shades of Dodger Blue #186FFA
Tints of Dodger Blue #186FFA
RGB
CMYK
RGB Variations
Color information
#186FFA (or 0x186FFA) is known color: Dodger Blue. HEX triplet: 18, 6F and FA. RGB value is (24,111,250). Sum of RGB (Red+Green+Blue) = 24+111+250=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #186FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FFA is #E79005. Grayscale: #646464. Windows color (decimal): -15175686 or 16412440. OLE color: 16412440.
HSL color Cylindrical-coordinate representation of color #186FFA: hue angle of 216.9º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186FFA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 111 | 250 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.02 |
| HSL | 216.9º | 0.96% | 0.54% | - |
| HSV(B) | 216.9º | 0.9% | 0.98% | - |
| XYZ | 23.32 | 18.47 | 92.78 | - |
| YUV | 100.83 | 212.18 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 250 | 0.90 | 0.56 | 0 | 0.02 | 216.9 | 0.96 | 0.54 |
| Hex | 18 | 6F | FA | 5A | 38 | 0 | 2 | D9 | 60 | 36 |
| Octal | 30 | 157 | 372 | 132 | 70 | 0 | 2 | 331 | 140 | 66 |
| Binary | 11000 | 1101111 | 11111010 | 1011010 | 111000 | 0 | 10 | 11011001 | 1100000 | 110110 |
Color Harmonies of #186FFA
Complementary color
Monochromatic Colors of #186FFA
Black with #186FFA
Text Example
Text Example
White with #186FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FFA; }
p { color: rgb(24,111,250); }
H1.HeaderClassName
{
color: #186FFA;
}
.AnyTagClassName
{
color: #186FFA;
}
</style>
background-color css
<style>
a { background-color: #186FFA; }
a { background-color: rgb(24,111,250); }
div.DivClassName
{
background-color: #186FFA;
}
.BgClassName
{
background-color: #186FFA;
}
</style>
border-color css
<style>
span { border-color: #186FFA; }
span { border-color: rgb(24,111,250); }
td.TdClassName
{
border-color: #186FFA;
}
.TagClassName
{
border-color: #186FFA;
}
</style>