Shades of Dodger Blue #1497E9
Tints of Dodger Blue #1497E9
RGB
CMYK
RGB Variations
Color information
#1497E9 (or 0x1497E9) is known color: Dodger Blue. HEX triplet: 14, 97 and E9. RGB value is (20,151,233). Sum of RGB (Red+Green+Blue) = 20+151+233=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #1497E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1497E9 is #EB6816. Grayscale: #787878. Windows color (decimal): -15427607 or 15308564. OLE color: 15308564.
HSL color Cylindrical-coordinate representation of color #1497E9: hue angle of 203.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1497E9 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 151 | 233 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.09 |
| HSL | 203.1º | 0.84% | 0.5% | - |
| HSV(B) | 203.1º | 0.91% | 0.91% | - |
| XYZ | 26.06 | 28.17 | 81.15 | - |
| YUV | 121.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 233 | 0.91 | 0.35 | 0 | 0.09 | 203.1 | 0.84 | 0.5 |
| Hex | 14 | 97 | E9 | 5B | 23 | 0 | 9 | CB | 54 | 32 |
| Octal | 24 | 227 | 351 | 133 | 43 | 0 | 11 | 313 | 124 | 62 |
| Binary | 10100 | 10010111 | 11101001 | 1011011 | 100011 | 0 | 1001 | 11001011 | 1010100 | 110010 |
Color Harmonies of #1497E9
Complementary color
Monochromatic Colors of #1497E9
Black with #1497E9
Text Example
Text Example
White with #1497E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497E9; }
p { color: rgb(20,151,233); }
H1.HeaderClassName
{
color: #1497E9;
}
.AnyTagClassName
{
color: #1497E9;
}
</style>
background-color css
<style>
a { background-color: #1497E9; }
a { background-color: rgb(20,151,233); }
div.DivClassName
{
background-color: #1497E9;
}
.BgClassName
{
background-color: #1497E9;
}
</style>
border-color css
<style>
span { border-color: #1497E9; }
span { border-color: rgb(20,151,233); }
td.TdClassName
{
border-color: #1497E9;
}
.TagClassName
{
border-color: #1497E9;
}
</style>