Shades of Dodger Blue #1574EB
Tints of Dodger Blue #1574EB
RGB
CMYK
RGB Variations
Color information
#1574EB (or 0x1574EB) is known color: Dodger Blue. HEX triplet: 15, 74 and EB. RGB value is (21,116,235). Sum of RGB (Red+Green+Blue) = 21+116+235=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #1574EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1574EB is #EA8B14. Grayscale: #646464. Windows color (decimal): -15371029 or 15430677. OLE color: 15430677.
HSL color Cylindrical-coordinate representation of color #1574EB: hue angle of 213.36º 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 #1574EB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 116 | 235 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.08 |
| HSL | 213.36º | 0.84% | 0.5% | - |
| HSV(B) | 213.36º | 0.91% | 0.92% | - |
| XYZ | 21.55 | 18.65 | 81.06 | - |
| YUV | 101.16 | 203.53 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 235 | 0.91 | 0.51 | 0 | 0.08 | 213.36 | 0.84 | 0.5 |
| Hex | 15 | 74 | EB | 5B | 33 | 0 | 8 | D5 | 54 | 32 |
| Octal | 25 | 164 | 353 | 133 | 63 | 0 | 10 | 325 | 124 | 62 |
| Binary | 10101 | 1110100 | 11101011 | 1011011 | 110011 | 0 | 1000 | 11010101 | 1010100 | 110010 |
Color Harmonies of #1574EB
Complementary color
Monochromatic Colors of #1574EB
Black with #1574EB
Text Example
Text Example
White with #1574EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574EB; }
p { color: rgb(21,116,235); }
H1.HeaderClassName
{
color: #1574EB;
}
.AnyTagClassName
{
color: #1574EB;
}
</style>
background-color css
<style>
a { background-color: #1574EB; }
a { background-color: rgb(21,116,235); }
div.DivClassName
{
background-color: #1574EB;
}
.BgClassName
{
background-color: #1574EB;
}
</style>
border-color css
<style>
span { border-color: #1574EB; }
span { border-color: rgb(21,116,235); }
td.TdClassName
{
border-color: #1574EB;
}
.TagClassName
{
border-color: #1574EB;
}
</style>