Shades of Dodger Blue #1893EF
Tints of Dodger Blue #1893EF
RGB
CMYK
RGB Variations
Color information
#1893EF (or 0x1893EF) is known color: Dodger Blue. HEX triplet: 18, 93 and EF. RGB value is (24,147,239). Sum of RGB (Red+Green+Blue) = 24+147+239=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #1893EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1893EF is #E76C10. Grayscale: #787878. Windows color (decimal): -15166481 or 15700760. OLE color: 15700760.
HSL color Cylindrical-coordinate representation of color #1893EF: hue angle of 205.67º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1893EF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 147 | 239 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.06 |
| HSL | 205.67º | 0.87% | 0.52% | - |
| HSV(B) | 205.67º | 0.9% | 0.94% | - |
| XYZ | 26.39 | 27.29 | 85.54 | - |
| YUV | 120.71 | 194.75 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 239 | 0.90 | 0.38 | 0 | 0.06 | 205.67 | 0.87 | 0.52 |
| Hex | 18 | 93 | EF | 5A | 26 | 0 | 6 | CE | 57 | 34 |
| Octal | 30 | 223 | 357 | 132 | 46 | 0 | 6 | 316 | 127 | 64 |
| Binary | 11000 | 10010011 | 11101111 | 1011010 | 100110 | 0 | 110 | 11001110 | 1010111 | 110100 |
Color Harmonies of #1893EF
Complementary color
Monochromatic Colors of #1893EF
Black with #1893EF
Text Example
Text Example
White with #1893EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1893EF; }
p { color: rgb(24,147,239); }
H1.HeaderClassName
{
color: #1893EF;
}
.AnyTagClassName
{
color: #1893EF;
}
</style>
background-color css
<style>
a { background-color: #1893EF; }
a { background-color: rgb(24,147,239); }
div.DivClassName
{
background-color: #1893EF;
}
.BgClassName
{
background-color: #1893EF;
}
</style>
border-color css
<style>
span { border-color: #1893EF; }
span { border-color: rgb(24,147,239); }
td.TdClassName
{
border-color: #1893EF;
}
.TagClassName
{
border-color: #1893EF;
}
</style>