Shades of Dodger Blue #1885EC
Tints of Dodger Blue #1885EC
RGB
CMYK
RGB Variations
Color information
#1885EC (or 0x1885EC) is known color: Dodger Blue. HEX triplet: 18, 85 and EC. RGB value is (24,133,236). Sum of RGB (Red+Green+Blue) = 24+133+236=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #1885EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1885EC is #E77A13. Grayscale: #6F6F6F. Windows color (decimal): -15170068 or 15500568. OLE color: 15500568.
HSL color Cylindrical-coordinate representation of color #1885EC: hue angle of 209.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1885EC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 133 | 236 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.07 |
| HSL | 209.15º | 0.85% | 0.51% | - |
| HSV(B) | 209.15º | 0.9% | 0.93% | - |
| XYZ | 23.9 | 23.03 | 82.54 | - |
| YUV | 112.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 236 | 0.90 | 0.44 | 0 | 0.07 | 209.15 | 0.85 | 0.51 |
| Hex | 18 | 85 | EC | 5A | 2C | 0 | 7 | D1 | 55 | 33 |
| Octal | 30 | 205 | 354 | 132 | 54 | 0 | 7 | 321 | 125 | 63 |
| Binary | 11000 | 10000101 | 11101100 | 1011010 | 101100 | 0 | 111 | 11010001 | 1010101 | 110011 |
Color Harmonies of #1885EC
Complementary color
Monochromatic Colors of #1885EC
Black with #1885EC
Text Example
Text Example
White with #1885EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1885EC; }
p { color: rgb(24,133,236); }
H1.HeaderClassName
{
color: #1885EC;
}
.AnyTagClassName
{
color: #1885EC;
}
</style>
background-color css
<style>
a { background-color: #1885EC; }
a { background-color: rgb(24,133,236); }
div.DivClassName
{
background-color: #1885EC;
}
.BgClassName
{
background-color: #1885EC;
}
</style>
border-color css
<style>
span { border-color: #1885EC; }
span { border-color: rgb(24,133,236); }
td.TdClassName
{
border-color: #1885EC;
}
.TagClassName
{
border-color: #1885EC;
}
</style>