Shades of Dodger Blue #1998ED
Tints of Dodger Blue #1998ED
RGB
CMYK
RGB Variations
Color information
#1998ED (or 0x1998ED) is known color: Dodger Blue. HEX triplet: 19, 98 and ED. RGB value is (25,152,237). Sum of RGB (Red+Green+Blue) = 25+152+237=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #1998ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998ED is #E66712. Grayscale: #7B7B7B. Windows color (decimal): -15099667 or 15570969. OLE color: 15570969.
HSL color Cylindrical-coordinate representation of color #1998ED: hue angle of 204.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1998ED is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 152 | 237 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.07 |
| HSL | 204.06º | 0.85% | 0.51% | - |
| HSV(B) | 204.06º | 0.89% | 0.93% | - |
| XYZ | 26.92 | 28.78 | 84.26 | - |
| YUV | 123.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 237 | 0.89 | 0.36 | 0 | 0.07 | 204.06 | 0.85 | 0.51 |
| Hex | 19 | 98 | ED | 59 | 24 | 0 | 7 | CC | 55 | 33 |
| Octal | 31 | 230 | 355 | 131 | 44 | 0 | 7 | 314 | 125 | 63 |
| Binary | 11001 | 10011000 | 11101101 | 1011001 | 100100 | 0 | 111 | 11001100 | 1010101 | 110011 |
Color Harmonies of #1998ED
Complementary color
Monochromatic Colors of #1998ED
Black with #1998ED
Text Example
Text Example
White with #1998ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998ED; }
p { color: rgb(25,152,237); }
H1.HeaderClassName
{
color: #1998ED;
}
.AnyTagClassName
{
color: #1998ED;
}
</style>
background-color css
<style>
a { background-color: #1998ED; }
a { background-color: rgb(25,152,237); }
div.DivClassName
{
background-color: #1998ED;
}
.BgClassName
{
background-color: #1998ED;
}
</style>
border-color css
<style>
span { border-color: #1998ED; }
span { border-color: rgb(25,152,237); }
td.TdClassName
{
border-color: #1998ED;
}
.TagClassName
{
border-color: #1998ED;
}
</style>