Shades of Dodger Blue #1998EE
Tints of Dodger Blue #1998EE
RGB
CMYK
RGB Variations
Color information
#1998EE (or 0x1998EE) is known color: Dodger Blue. HEX triplet: 19, 98 and EE. RGB value is (25,152,238). Sum of RGB (Red+Green+Blue) = 25+152+238=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #1998EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998EE is #E66711. Grayscale: #7B7B7B. Windows color (decimal): -15099666 or 15636505. OLE color: 15636505.
HSL color Cylindrical-coordinate representation of color #1998EE: hue angle of 204.23º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1998EE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 152 | 238 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.07 |
| HSL | 204.23º | 0.86% | 0.52% | - |
| HSV(B) | 204.23º | 0.89% | 0.93% | - |
| XYZ | 27.06 | 28.84 | 85.03 | - |
| YUV | 123.83 | 192.42 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 238 | 0.89 | 0.36 | 0 | 0.07 | 204.23 | 0.86 | 0.52 |
| Hex | 19 | 98 | EE | 59 | 24 | 0 | 7 | CC | 56 | 34 |
| Octal | 31 | 230 | 356 | 131 | 44 | 0 | 7 | 314 | 126 | 64 |
| Binary | 11001 | 10011000 | 11101110 | 1011001 | 100100 | 0 | 111 | 11001100 | 1010110 | 110100 |
Color Harmonies of #1998EE
Complementary color
Monochromatic Colors of #1998EE
Black with #1998EE
Text Example
Text Example
White with #1998EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998EE; }
p { color: rgb(25,152,238); }
H1.HeaderClassName
{
color: #1998EE;
}
.AnyTagClassName
{
color: #1998EE;
}
</style>
background-color css
<style>
a { background-color: #1998EE; }
a { background-color: rgb(25,152,238); }
div.DivClassName
{
background-color: #1998EE;
}
.BgClassName
{
background-color: #1998EE;
}
</style>
border-color css
<style>
span { border-color: #1998EE; }
span { border-color: rgb(25,152,238); }
td.TdClassName
{
border-color: #1998EE;
}
.TagClassName
{
border-color: #1998EE;
}
</style>