Shades of Dodger Blue #1497EB
Tints of Dodger Blue #1497EB
RGB
CMYK
RGB Variations
Color information
#1497EB (or 0x1497EB) is known color: Dodger Blue. HEX triplet: 14, 97 and EB. RGB value is (20,151,235). Sum of RGB (Red+Green+Blue) = 20+151+235=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #1497EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1497EB is #EB6814. Grayscale: #787878. Windows color (decimal): -15427605 or 15439636. OLE color: 15439636.
HSL color Cylindrical-coordinate representation of color #1497EB: hue angle of 203.44º 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 #1497EB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 151 | 235 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.08 |
| HSL | 203.44º | 0.84% | 0.5% | - |
| HSV(B) | 203.44º | 0.91% | 0.92% | - |
| XYZ | 26.35 | 28.28 | 82.67 | - |
| YUV | 121.41 | 192.1 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 235 | 0.91 | 0.36 | 0 | 0.08 | 203.44 | 0.84 | 0.5 |
| Hex | 14 | 97 | EB | 5B | 24 | 0 | 8 | CB | 54 | 32 |
| Octal | 24 | 227 | 353 | 133 | 44 | 0 | 10 | 313 | 124 | 62 |
| Binary | 10100 | 10010111 | 11101011 | 1011011 | 100100 | 0 | 1000 | 11001011 | 1010100 | 110010 |
Color Harmonies of #1497EB
Complementary color
Monochromatic Colors of #1497EB
Black with #1497EB
Text Example
Text Example
White with #1497EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497EB; }
p { color: rgb(20,151,235); }
H1.HeaderClassName
{
color: #1497EB;
}
.AnyTagClassName
{
color: #1497EB;
}
</style>
background-color css
<style>
a { background-color: #1497EB; }
a { background-color: rgb(20,151,235); }
div.DivClassName
{
background-color: #1497EB;
}
.BgClassName
{
background-color: #1497EB;
}
</style>
border-color css
<style>
span { border-color: #1497EB; }
span { border-color: rgb(20,151,235); }
td.TdClassName
{
border-color: #1497EB;
}
.TagClassName
{
border-color: #1497EB;
}
</style>