Shades of Dodger Blue #1592DD
Tints of Dodger Blue #1592DD
RGB
CMYK
RGB Variations
Color information
#1592DD (or 0x1592DD) is known color: Dodger Blue. HEX triplet: 15, 92 and DD. RGB value is (21,146,221). Sum of RGB (Red+Green+Blue) = 21+146+221=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #1592DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592DD is #EA6D22. Grayscale: #747474. Windows color (decimal): -15363363 or 14520853. OLE color: 14520853.
HSL color Cylindrical-coordinate representation of color #1592DD: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1592DD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 146 | 221 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.13 |
| HSL | 202.5º | 0.83% | 0.47% | - |
| HSV(B) | 202.5º | 0.9% | 0.87% | - |
| XYZ | 23.64 | 25.94 | 72.17 | - |
| YUV | 117.18 | 186.59 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 221 | 0.90 | 0.34 | 0 | 0.13 | 202.5 | 0.83 | 0.47 |
| Hex | 15 | 92 | DD | 5A | 22 | 0 | D | CA | 53 | 2F |
| Octal | 25 | 222 | 335 | 132 | 42 | 0 | 15 | 312 | 123 | 57 |
| Binary | 10101 | 10010010 | 11011101 | 1011010 | 100010 | 0 | 1101 | 11001010 | 1010011 | 101111 |
Color Harmonies of #1592DD
Complementary color
Monochromatic Colors of #1592DD
Black with #1592DD
Text Example
Text Example
White with #1592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592DD; }
p { color: rgb(21,146,221); }
H1.HeaderClassName
{
color: #1592DD;
}
.AnyTagClassName
{
color: #1592DD;
}
</style>
background-color css
<style>
a { background-color: #1592DD; }
a { background-color: rgb(21,146,221); }
div.DivClassName
{
background-color: #1592DD;
}
.BgClassName
{
background-color: #1592DD;
}
</style>
border-color css
<style>
span { border-color: #1592DD; }
span { border-color: rgb(21,146,221); }
td.TdClassName
{
border-color: #1592DD;
}
.TagClassName
{
border-color: #1592DD;
}
</style>