Shades of Dodger Blue #1991FA
Tints of Dodger Blue #1991FA
RGB
CMYK
RGB Variations
Color information
#1991FA (or 0x1991FA) is known color: Dodger Blue. HEX triplet: 19, 91 and FA. RGB value is (25,145,250). Sum of RGB (Red+Green+Blue) = 25+145+250=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1991FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991FA is #E66E05. Grayscale: #787878. Windows color (decimal): -15101446 or 16421145. OLE color: 16421145.
HSL color Cylindrical-coordinate representation of color #1991FA: hue angle of 208º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1991FA is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 145 | 250 | - |
| CMYK | 0.9 | 0.42 | 0 | 0.02 |
| HSL | 208º | 0.96% | 0.54% | - |
| HSV(B) | 208º | 0.9% | 0.98% | - |
| XYZ | 27.78 | 27.36 | 94.26 | - |
| YUV | 121.09 | 200.74 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 250 | 0.9 | 0.42 | 0 | 0.02 | 208 | 0.96 | 0.54 |
| Hex | 19 | 91 | FA | 5A | 2A | 0 | 2 | D0 | 60 | 36 |
| Octal | 31 | 221 | 372 | 132 | 52 | 0 | 2 | 320 | 140 | 66 |
| Binary | 11001 | 10010001 | 11111010 | 1011010 | 101010 | 0 | 10 | 11010000 | 1100000 | 110110 |
Color Harmonies of #1991FA
Complementary color
Monochromatic Colors of #1991FA
Black with #1991FA
Text Example
Text Example
White with #1991FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991FA; }
p { color: rgb(25,145,250); }
H1.HeaderClassName
{
color: #1991FA;
}
.AnyTagClassName
{
color: #1991FA;
}
</style>
background-color css
<style>
a { background-color: #1991FA; }
a { background-color: rgb(25,145,250); }
div.DivClassName
{
background-color: #1991FA;
}
.BgClassName
{
background-color: #1991FA;
}
</style>
border-color css
<style>
span { border-color: #1991FA; }
span { border-color: rgb(25,145,250); }
td.TdClassName
{
border-color: #1991FA;
}
.TagClassName
{
border-color: #1991FA;
}
</style>