Shades of Dodger Blue #1988FE
Tints of Dodger Blue #1988FE
RGB
CMYK
RGB Variations
Color information
#1988FE (or 0x1988FE) is known color: Dodger Blue. HEX triplet: 19, 88 and FE. RGB value is (25,136,254). Sum of RGB (Red+Green+Blue) = 25+136+254=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #1988FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988FE is #E67701. Grayscale: #737373. Windows color (decimal): -15103746 or 16680985. OLE color: 16680985.
HSL color Cylindrical-coordinate representation of color #1988FE: hue angle of 210.92º 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 #1988FE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 136 | 254 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.00 |
| HSL | 210.92º | 0.99% | 0.55% | - |
| HSV(B) | 210.92º | 0.9% | 1% | - |
| XYZ | 27.09 | 24.97 | 97.16 | - |
| YUV | 116.26 | 205.73 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 254 | 0.90 | 0.46 | 0 | 0.00 | 210.92 | 0.99 | 0.55 |
| Hex | 19 | 88 | FE | 5A | 2E | 0 | 0 | D3 | 63 | 37 |
| Octal | 31 | 210 | 376 | 132 | 56 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11001 | 10001000 | 11111110 | 1011010 | 101110 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1988FE
Complementary color
Monochromatic Colors of #1988FE
Black with #1988FE
Text Example
Text Example
White with #1988FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988FE; }
p { color: rgb(25,136,254); }
H1.HeaderClassName
{
color: #1988FE;
}
.AnyTagClassName
{
color: #1988FE;
}
</style>
background-color css
<style>
a { background-color: #1988FE; }
a { background-color: rgb(25,136,254); }
div.DivClassName
{
background-color: #1988FE;
}
.BgClassName
{
background-color: #1988FE;
}
</style>
border-color css
<style>
span { border-color: #1988FE; }
span { border-color: rgb(25,136,254); }
td.TdClassName
{
border-color: #1988FE;
}
.TagClassName
{
border-color: #1988FE;
}
</style>