Shades of Dodger Blue #1999FE
Tints of Dodger Blue #1999FE
RGB
CMYK
RGB Variations
Color information
#1999FE (or 0x1999FE) is known color: Dodger Blue. HEX triplet: 19, 99 and FE. RGB value is (25,153,254). Sum of RGB (Red+Green+Blue) = 25+153+254=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #1999FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999FE is #E66601. Grayscale: #7D7D7D. Windows color (decimal): -15099394 or 16685337. OLE color: 16685337.
HSL color Cylindrical-coordinate representation of color #1999FE: hue angle of 206.46º 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 #1999FE is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 153 | 254 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.00 |
| HSL | 206.46º | 0.99% | 0.55% | - |
| HSV(B) | 206.46º | 0.9% | 1% | - |
| XYZ | 29.68 | 30.14 | 98.02 | - |
| YUV | 126.24 | 200.09 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 254 | 0.90 | 0.40 | 0 | 0.00 | 206.46 | 0.99 | 0.55 |
| Hex | 19 | 99 | FE | 5A | 28 | 0 | 0 | CE | 63 | 37 |
| Octal | 31 | 231 | 376 | 132 | 50 | 0 | 0 | 316 | 143 | 67 |
| Binary | 11001 | 10011001 | 11111110 | 1011010 | 101000 | 0 | 0 | 11001110 | 1100011 | 110111 |
Color Harmonies of #1999FE
Complementary color
Monochromatic Colors of #1999FE
Black with #1999FE
Text Example
Text Example
White with #1999FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999FE; }
p { color: rgb(25,153,254); }
H1.HeaderClassName
{
color: #1999FE;
}
.AnyTagClassName
{
color: #1999FE;
}
</style>
background-color css
<style>
a { background-color: #1999FE; }
a { background-color: rgb(25,153,254); }
div.DivClassName
{
background-color: #1999FE;
}
.BgClassName
{
background-color: #1999FE;
}
</style>
border-color css
<style>
span { border-color: #1999FE; }
span { border-color: rgb(25,153,254); }
td.TdClassName
{
border-color: #1999FE;
}
.TagClassName
{
border-color: #1999FE;
}
</style>