Shades of Dodger Blue #1491EA
Tints of Dodger Blue #1491EA
RGB
CMYK
RGB Variations
Color information
#1491EA (or 0x1491EA) is known color: Dodger Blue. HEX triplet: 14, 91 and EA. RGB value is (20,145,234). Sum of RGB (Red+Green+Blue) = 20+145+234=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #1491EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1491EA is #EB6E15. Grayscale: #757575. Windows color (decimal): -15429142 or 15372564. OLE color: 15372564.
HSL color Cylindrical-coordinate representation of color #1491EA: hue angle of 204.95º 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 #1491EA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 145 | 234 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.08 |
| HSL | 204.95º | 0.84% | 0.5% | - |
| HSV(B) | 204.95º | 0.91% | 0.92% | - |
| XYZ | 25.27 | 26.34 | 81.59 | - |
| YUV | 117.77 | 193.59 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 234 | 0.91 | 0.38 | 0 | 0.08 | 204.95 | 0.84 | 0.5 |
| Hex | 14 | 91 | EA | 5B | 26 | 0 | 8 | CD | 54 | 32 |
| Octal | 24 | 221 | 352 | 133 | 46 | 0 | 10 | 315 | 124 | 62 |
| Binary | 10100 | 10010001 | 11101010 | 1011011 | 100110 | 0 | 1000 | 11001101 | 1010100 | 110010 |
Color Harmonies of #1491EA
Complementary color
Monochromatic Colors of #1491EA
Black with #1491EA
Text Example
Text Example
White with #1491EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1491EA; }
p { color: rgb(20,145,234); }
H1.HeaderClassName
{
color: #1491EA;
}
.AnyTagClassName
{
color: #1491EA;
}
</style>
background-color css
<style>
a { background-color: #1491EA; }
a { background-color: rgb(20,145,234); }
div.DivClassName
{
background-color: #1491EA;
}
.BgClassName
{
background-color: #1491EA;
}
</style>
border-color css
<style>
span { border-color: #1491EA; }
span { border-color: rgb(20,145,234); }
td.TdClassName
{
border-color: #1491EA;
}
.TagClassName
{
border-color: #1491EA;
}
</style>