Shades of Dodger Blue #1991F1
Tints of Dodger Blue #1991F1
RGB
CMYK
RGB Variations
Color information
#1991F1 (or 0x1991F1) is known color: Dodger Blue. HEX triplet: 19, 91 and F1. RGB value is (25,145,241). Sum of RGB (Red+Green+Blue) = 25+145+241=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #1991F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991F1 is #E66E0E. Grayscale: #777777. Windows color (decimal): -15101455 or 15831321. OLE color: 15831321.
HSL color Cylindrical-coordinate representation of color #1991F1: hue angle of 206.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1991F1 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 145 | 241 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.05 |
| HSL | 206.67º | 0.89% | 0.52% | - |
| HSV(B) | 206.67º | 0.9% | 0.95% | - |
| XYZ | 26.4 | 26.81 | 87 | - |
| YUV | 120.06 | 196.24 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 241 | 0.90 | 0.40 | 0 | 0.05 | 206.67 | 0.89 | 0.52 |
| Hex | 19 | 91 | F1 | 5A | 28 | 0 | 5 | CF | 59 | 34 |
| Octal | 31 | 221 | 361 | 132 | 50 | 0 | 5 | 317 | 131 | 64 |
| Binary | 11001 | 10010001 | 11110001 | 1011010 | 101000 | 0 | 101 | 11001111 | 1011001 | 110100 |
Color Harmonies of #1991F1
Complementary color
Monochromatic Colors of #1991F1
Black with #1991F1
Text Example
Text Example
White with #1991F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991F1; }
p { color: rgb(25,145,241); }
H1.HeaderClassName
{
color: #1991F1;
}
.AnyTagClassName
{
color: #1991F1;
}
</style>
background-color css
<style>
a { background-color: #1991F1; }
a { background-color: rgb(25,145,241); }
div.DivClassName
{
background-color: #1991F1;
}
.BgClassName
{
background-color: #1991F1;
}
</style>
border-color css
<style>
span { border-color: #1991F1; }
span { border-color: rgb(25,145,241); }
td.TdClassName
{
border-color: #1991F1;
}
.TagClassName
{
border-color: #1991F1;
}
</style>