Shades of Dodger Blue #1573FA
Tints of Dodger Blue #1573FA
RGB
CMYK
RGB Variations
Color information
#1573FA (or 0x1573FA) is known color: Dodger Blue. HEX triplet: 15, 73 and FA. RGB value is (21,115,250). Sum of RGB (Red+Green+Blue) = 21+115+250=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #1573FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1573FA is #EA8C05. Grayscale: #656565. Windows color (decimal): -15371270 or 16413461. OLE color: 16413461.
HSL color Cylindrical-coordinate representation of color #1573FA: hue angle of 215.37º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1573FA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 115 | 250 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.02 |
| HSL | 215.37º | 0.96% | 0.53% | - |
| HSV(B) | 215.37º | 0.92% | 0.98% | - |
| XYZ | 23.7 | 19.32 | 92.92 | - |
| YUV | 102.28 | 211.36 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 250 | 0.92 | 0.54 | 0 | 0.02 | 215.37 | 0.96 | 0.53 |
| Hex | 15 | 73 | FA | 5C | 36 | 0 | 2 | D7 | 60 | 35 |
| Octal | 25 | 163 | 372 | 134 | 66 | 0 | 2 | 327 | 140 | 65 |
| Binary | 10101 | 1110011 | 11111010 | 1011100 | 110110 | 0 | 10 | 11010111 | 1100000 | 110101 |
Color Harmonies of #1573FA
Complementary color
Monochromatic Colors of #1573FA
Black with #1573FA
Text Example
Text Example
White with #1573FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573FA; }
p { color: rgb(21,115,250); }
H1.HeaderClassName
{
color: #1573FA;
}
.AnyTagClassName
{
color: #1573FA;
}
</style>
background-color css
<style>
a { background-color: #1573FA; }
a { background-color: rgb(21,115,250); }
div.DivClassName
{
background-color: #1573FA;
}
.BgClassName
{
background-color: #1573FA;
}
</style>
border-color css
<style>
span { border-color: #1573FA; }
span { border-color: rgb(21,115,250); }
td.TdClassName
{
border-color: #1573FA;
}
.TagClassName
{
border-color: #1573FA;
}
</style>