Shades of Dodger Blue #1574EA
Tints of Dodger Blue #1574EA
RGB
CMYK
RGB Variations
Color information
#1574EA (or 0x1574EA) is known color: Dodger Blue. HEX triplet: 15, 74 and EA. RGB value is (21,116,234). Sum of RGB (Red+Green+Blue) = 21+116+234=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1574EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574EA is #EA8B15. Grayscale: #646464. Windows color (decimal): -15371030 or 15365141. OLE color: 15365141.
HSL color Cylindrical-coordinate representation of color #1574EA: hue angle of 213.24º 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 #1574EA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 116 | 234 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.08 |
| HSL | 213.24º | 0.84% | 0.5% | - |
| HSV(B) | 213.24º | 0.91% | 0.92% | - |
| XYZ | 21.41 | 18.59 | 80.3 | - |
| YUV | 101.05 | 203.03 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 234 | 0.91 | 0.50 | 0 | 0.08 | 213.24 | 0.84 | 0.5 |
| Hex | 15 | 74 | EA | 5B | 32 | 0 | 8 | D5 | 54 | 32 |
| Octal | 25 | 164 | 352 | 133 | 62 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10101 | 1110100 | 11101010 | 1011011 | 110010 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1574EA
Complementary color
Monochromatic Colors of #1574EA
Black with #1574EA
Text Example
Text Example
White with #1574EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574EA; }
p { color: rgb(21,116,234); }
H1.HeaderClassName
{
color: #1574EA;
}
.AnyTagClassName
{
color: #1574EA;
}
</style>
background-color css
<style>
a { background-color: #1574EA; }
a { background-color: rgb(21,116,234); }
div.DivClassName
{
background-color: #1574EA;
}
.BgClassName
{
background-color: #1574EA;
}
</style>
border-color css
<style>
span { border-color: #1574EA; }
span { border-color: rgb(21,116,234); }
td.TdClassName
{
border-color: #1574EA;
}
.TagClassName
{
border-color: #1574EA;
}
</style>