Shades of Dodger Blue #1498ED
Tints of Dodger Blue #1498ED
RGB
CMYK
RGB Variations
Color information
#1498ED (or 0x1498ED) is known color: Dodger Blue. HEX triplet: 14, 98 and ED. RGB value is (20,152,237). Sum of RGB (Red+Green+Blue) = 20+152+237=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #1498ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1498ED is #EB6712. Grayscale: #797979. Windows color (decimal): -15427347 or 15570964. OLE color: 15570964.
HSL color Cylindrical-coordinate representation of color #1498ED: hue angle of 203.5º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1498ED is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 152 | 237 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.07 |
| HSL | 203.5º | 0.86% | 0.5% | - |
| HSV(B) | 203.5º | 0.92% | 0.93% | - |
| XYZ | 26.8 | 28.72 | 84.25 | - |
| YUV | 122.22 | 192.77 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 237 | 0.92 | 0.36 | 0 | 0.07 | 203.5 | 0.86 | 0.5 |
| Hex | 14 | 98 | ED | 5C | 24 | 0 | 7 | CC | 56 | 32 |
| Octal | 24 | 230 | 355 | 134 | 44 | 0 | 7 | 314 | 126 | 62 |
| Binary | 10100 | 10011000 | 11101101 | 1011100 | 100100 | 0 | 111 | 11001100 | 1010110 | 110010 |
Color Harmonies of #1498ED
Complementary color
Monochromatic Colors of #1498ED
Black with #1498ED
Text Example
Text Example
White with #1498ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498ED; }
p { color: rgb(20,152,237); }
H1.HeaderClassName
{
color: #1498ED;
}
.AnyTagClassName
{
color: #1498ED;
}
</style>
background-color css
<style>
a { background-color: #1498ED; }
a { background-color: rgb(20,152,237); }
div.DivClassName
{
background-color: #1498ED;
}
.BgClassName
{
background-color: #1498ED;
}
</style>
border-color css
<style>
span { border-color: #1498ED; }
span { border-color: rgb(20,152,237); }
td.TdClassName
{
border-color: #1498ED;
}
.TagClassName
{
border-color: #1498ED;
}
</style>