Shades of Dodger Blue #1894EC
Tints of Dodger Blue #1894EC
RGB
CMYK
RGB Variations
Color information
#1894EC (or 0x1894EC) is known color: Dodger Blue. HEX triplet: 18, 94 and EC. RGB value is (24,148,236). Sum of RGB (Red+Green+Blue) = 24+148+236=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #1894EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1894EC is #E76B13. Grayscale: #787878. Windows color (decimal): -15166228 or 15504408. OLE color: 15504408.
HSL color Cylindrical-coordinate representation of color #1894EC: hue angle of 204.91º 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 #1894EC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 148 | 236 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.07 |
| HSL | 204.91º | 0.85% | 0.51% | - |
| HSV(B) | 204.91º | 0.9% | 0.93% | - |
| XYZ | 26.11 | 27.43 | 83.28 | - |
| YUV | 120.96 | 192.92 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 236 | 0.90 | 0.37 | 0 | 0.07 | 204.91 | 0.85 | 0.51 |
| Hex | 18 | 94 | EC | 5A | 25 | 0 | 7 | CD | 55 | 33 |
| Octal | 30 | 224 | 354 | 132 | 45 | 0 | 7 | 315 | 125 | 63 |
| Binary | 11000 | 10010100 | 11101100 | 1011010 | 100101 | 0 | 111 | 11001101 | 1010101 | 110011 |
Color Harmonies of #1894EC
Complementary color
Monochromatic Colors of #1894EC
Black with #1894EC
Text Example
Text Example
White with #1894EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1894EC; }
p { color: rgb(24,148,236); }
H1.HeaderClassName
{
color: #1894EC;
}
.AnyTagClassName
{
color: #1894EC;
}
</style>
background-color css
<style>
a { background-color: #1894EC; }
a { background-color: rgb(24,148,236); }
div.DivClassName
{
background-color: #1894EC;
}
.BgClassName
{
background-color: #1894EC;
}
</style>
border-color css
<style>
span { border-color: #1894EC; }
span { border-color: rgb(24,148,236); }
td.TdClassName
{
border-color: #1894EC;
}
.TagClassName
{
border-color: #1894EC;
}
</style>