Shades of Dodger Blue #1892EB
Tints of Dodger Blue #1892EB
RGB
CMYK
RGB Variations
Color information
#1892EB (or 0x1892EB) is known color: Dodger Blue. HEX triplet: 18, 92 and EB. RGB value is (24,146,235). Sum of RGB (Red+Green+Blue) = 24+146+235=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1892EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1892EB is #E76D14. Grayscale: #777777. Windows color (decimal): -15166741 or 15438360. OLE color: 15438360.
HSL color Cylindrical-coordinate representation of color #1892EB: hue angle of 205.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1892EB is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 146 | 235 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.08 |
| HSL | 205.31º | 0.84% | 0.51% | - |
| HSV(B) | 205.31º | 0.9% | 0.92% | - |
| XYZ | 25.65 | 26.75 | 82.41 | - |
| YUV | 119.67 | 193.08 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 235 | 0.90 | 0.38 | 0 | 0.08 | 205.31 | 0.84 | 0.51 |
| Hex | 18 | 92 | EB | 5A | 26 | 0 | 8 | CD | 54 | 33 |
| Octal | 30 | 222 | 353 | 132 | 46 | 0 | 10 | 315 | 124 | 63 |
| Binary | 11000 | 10010010 | 11101011 | 1011010 | 100110 | 0 | 1000 | 11001101 | 1010100 | 110011 |
Color Harmonies of #1892EB
Complementary color
Monochromatic Colors of #1892EB
Black with #1892EB
Text Example
Text Example
White with #1892EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892EB; }
p { color: rgb(24,146,235); }
H1.HeaderClassName
{
color: #1892EB;
}
.AnyTagClassName
{
color: #1892EB;
}
</style>
background-color css
<style>
a { background-color: #1892EB; }
a { background-color: rgb(24,146,235); }
div.DivClassName
{
background-color: #1892EB;
}
.BgClassName
{
background-color: #1892EB;
}
</style>
border-color css
<style>
span { border-color: #1892EB; }
span { border-color: rgb(24,146,235); }
td.TdClassName
{
border-color: #1892EB;
}
.TagClassName
{
border-color: #1892EB;
}
</style>