Shades of Dodger Blue #1573EB
Tints of Dodger Blue #1573EB
RGB
CMYK
RGB Variations
Color information
#1573EB (or 0x1573EB) is known color: Dodger Blue. HEX triplet: 15, 73 and EB. RGB value is (21,115,235). Sum of RGB (Red+Green+Blue) = 21+115+235=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #1573EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1573EB is #EA8C14. Grayscale: #646464. Windows color (decimal): -15371285 or 15430421. OLE color: 15430421.
HSL color Cylindrical-coordinate representation of color #1573EB: hue angle of 213.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1573EB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 115 | 235 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.08 |
| HSL | 213.64º | 0.84% | 0.5% | - |
| HSV(B) | 213.64º | 0.91% | 0.92% | - |
| XYZ | 21.44 | 18.42 | 81.02 | - |
| YUV | 100.57 | 203.86 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 235 | 0.91 | 0.51 | 0 | 0.08 | 213.64 | 0.84 | 0.5 |
| Hex | 15 | 73 | EB | 5B | 33 | 0 | 8 | D6 | 54 | 32 |
| Octal | 25 | 163 | 353 | 133 | 63 | 0 | 10 | 326 | 124 | 62 |
| Binary | 10101 | 1110011 | 11101011 | 1011011 | 110011 | 0 | 1000 | 11010110 | 1010100 | 110010 |
Color Harmonies of #1573EB
Complementary color
Monochromatic Colors of #1573EB
Black with #1573EB
Text Example
Text Example
White with #1573EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573EB; }
p { color: rgb(21,115,235); }
H1.HeaderClassName
{
color: #1573EB;
}
.AnyTagClassName
{
color: #1573EB;
}
</style>
background-color css
<style>
a { background-color: #1573EB; }
a { background-color: rgb(21,115,235); }
div.DivClassName
{
background-color: #1573EB;
}
.BgClassName
{
background-color: #1573EB;
}
</style>
border-color css
<style>
span { border-color: #1573EB; }
span { border-color: rgb(21,115,235); }
td.TdClassName
{
border-color: #1573EB;
}
.TagClassName
{
border-color: #1573EB;
}
</style>