Shades of Dodger Blue #1592E2
Tints of Dodger Blue #1592E2
RGB
CMYK
RGB Variations
Color information
#1592E2 (or 0x1592E2) is known color: Dodger Blue. HEX triplet: 15, 92 and E2. RGB value is (21,146,226). Sum of RGB (Red+Green+Blue) = 21+146+226=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 226 (88.67% from 255 or 57.51% from 393); Max value from RGB is 226 - color contains mainly: blue. Hex color #1592E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592E2 is #EA6D1D. Grayscale: #757575. Windows color (decimal): -15363358 or 14848533. OLE color: 14848533.
HSL color Cylindrical-coordinate representation of color #1592E2: hue angle of 203.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1592E2 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 146 | 226 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.11 |
| HSL | 203.41º | 0.83% | 0.48% | - |
| HSV(B) | 203.41º | 0.91% | 0.89% | - |
| XYZ | 24.32 | 26.21 | 75.73 | - |
| YUV | 117.75 | 189.09 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 226 | 0.91 | 0.35 | 0 | 0.11 | 203.41 | 0.83 | 0.48 |
| Hex | 15 | 92 | E2 | 5B | 23 | 0 | B | CB | 53 | 30 |
| Octal | 25 | 222 | 342 | 133 | 43 | 0 | 13 | 313 | 123 | 60 |
| Binary | 10101 | 10010010 | 11100010 | 1011011 | 100011 | 0 | 1011 | 11001011 | 1010011 | 110000 |
Color Harmonies of #1592E2
Complementary color
Monochromatic Colors of #1592E2
Black with #1592E2
Text Example
Text Example
White with #1592E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592E2; }
p { color: rgb(21,146,226); }
H1.HeaderClassName
{
color: #1592E2;
}
.AnyTagClassName
{
color: #1592E2;
}
</style>
background-color css
<style>
a { background-color: #1592E2; }
a { background-color: rgb(21,146,226); }
div.DivClassName
{
background-color: #1592E2;
}
.BgClassName
{
background-color: #1592E2;
}
</style>
border-color css
<style>
span { border-color: #1592E2; }
span { border-color: rgb(21,146,226); }
td.TdClassName
{
border-color: #1592E2;
}
.TagClassName
{
border-color: #1592E2;
}
</style>