Shades of Dodger Blue #1886FF
Tints of Dodger Blue #1886FF
RGB
CMYK
RGB Variations
Color information
#1886FF (or 0x1886FF) is known color: Dodger Blue. HEX triplet: 18, 86 and FF. RGB value is (24,134,255). Sum of RGB (Red+Green+Blue) = 24+134+255=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #1886FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1886FF is #E77900. Grayscale: #727272. Windows color (decimal): -15169793 or 16746008. OLE color: 16746008.
HSL color Cylindrical-coordinate representation of color #1886FF: hue angle of 211.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1886FF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 134 | 255 | - |
| CMYK | 0.91 | 0.47 | 0 | 0 |
| HSL | 211.43º | 1% | 0.55% | - |
| HSV(B) | 211.43º | 0.91% | 1% | - |
| XYZ | 26.95 | 24.46 | 97.91 | - |
| YUV | 114.9 | 207.06 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 255 | 0.91 | 0.47 | 0 | 0 | 211.43 | 1 | 0.55 |
| Hex | 18 | 86 | FF | 5B | 2F | 0 | 0 | D3 | 64 | 37 |
| Octal | 30 | 206 | 377 | 133 | 57 | 0 | 0 | 323 | 144 | 67 |
| Binary | 11000 | 10000110 | 11111111 | 1011011 | 101111 | 0 | 0 | 11010011 | 1100100 | 110111 |
Color Harmonies of #1886FF
Complementary color
Monochromatic Colors of #1886FF
Black with #1886FF
Text Example
Text Example
White with #1886FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1886FF; }
p { color: rgb(24,134,255); }
H1.HeaderClassName
{
color: #1886FF;
}
.AnyTagClassName
{
color: #1886FF;
}
</style>
background-color css
<style>
a { background-color: #1886FF; }
a { background-color: rgb(24,134,255); }
div.DivClassName
{
background-color: #1886FF;
}
.BgClassName
{
background-color: #1886FF;
}
</style>
border-color css
<style>
span { border-color: #1886FF; }
span { border-color: rgb(24,134,255); }
td.TdClassName
{
border-color: #1886FF;
}
.TagClassName
{
border-color: #1886FF;
}
</style>