Shades of Dodger Blue #1998FE
Tints of Dodger Blue #1998FE
RGB
CMYK
RGB Variations
Color information
#1998FE (or 0x1998FE) is known color: Dodger Blue. HEX triplet: 19, 98 and FE. RGB value is (25,152,254). Sum of RGB (Red+Green+Blue) = 25+152+254=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #1998FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1998FE is #E66701. Grayscale: #7D7D7D. Windows color (decimal): -15099650 or 16685081. OLE color: 16685081.
HSL color Cylindrical-coordinate representation of color #1998FE: hue angle of 206.72º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1998FE is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 152 | 254 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.00 |
| HSL | 206.72º | 0.99% | 0.55% | - |
| HSV(B) | 206.72º | 0.9% | 1% | - |
| XYZ | 29.52 | 29.82 | 97.97 | - |
| YUV | 125.66 | 200.42 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 254 | 0.90 | 0.40 | 0 | 0.00 | 206.72 | 0.99 | 0.55 |
| Hex | 19 | 98 | FE | 5A | 28 | 0 | 0 | CF | 63 | 37 |
| Octal | 31 | 230 | 376 | 132 | 50 | 0 | 0 | 317 | 143 | 67 |
| Binary | 11001 | 10011000 | 11111110 | 1011010 | 101000 | 0 | 0 | 11001111 | 1100011 | 110111 |
Color Harmonies of #1998FE
Complementary color
Monochromatic Colors of #1998FE
Black with #1998FE
Text Example
Text Example
White with #1998FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998FE; }
p { color: rgb(25,152,254); }
H1.HeaderClassName
{
color: #1998FE;
}
.AnyTagClassName
{
color: #1998FE;
}
</style>
background-color css
<style>
a { background-color: #1998FE; }
a { background-color: rgb(25,152,254); }
div.DivClassName
{
background-color: #1998FE;
}
.BgClassName
{
background-color: #1998FE;
}
</style>
border-color css
<style>
span { border-color: #1998FE; }
span { border-color: rgb(25,152,254); }
td.TdClassName
{
border-color: #1998FE;
}
.TagClassName
{
border-color: #1998FE;
}
</style>