Shades of Dodger Blue #1991F0
Tints of Dodger Blue #1991F0
RGB
CMYK
RGB Variations
Color information
#1991F0 (or 0x1991F0) is known color: Dodger Blue. HEX triplet: 19, 91 and F0. RGB value is (25,145,240). Sum of RGB (Red+Green+Blue) = 25+145+240=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #1991F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991F0 is #E66E0F. Grayscale: #777777. Windows color (decimal): -15101456 or 15765785. OLE color: 15765785.
HSL color Cylindrical-coordinate representation of color #1991F0: hue angle of 206.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1991F0 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 145 | 240 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.06 |
| HSL | 206.51º | 0.88% | 0.52% | - |
| HSV(B) | 206.51º | 0.9% | 0.94% | - |
| XYZ | 26.25 | 26.75 | 86.22 | - |
| YUV | 119.95 | 195.74 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 240 | 0.90 | 0.40 | 0 | 0.06 | 206.51 | 0.88 | 0.52 |
| Hex | 19 | 91 | F0 | 5A | 28 | 0 | 6 | CF | 58 | 34 |
| Octal | 31 | 221 | 360 | 132 | 50 | 0 | 6 | 317 | 130 | 64 |
| Binary | 11001 | 10010001 | 11110000 | 1011010 | 101000 | 0 | 110 | 11001111 | 1011000 | 110100 |
Color Harmonies of #1991F0
Complementary color
Monochromatic Colors of #1991F0
Black with #1991F0
Text Example
Text Example
White with #1991F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991F0; }
p { color: rgb(25,145,240); }
H1.HeaderClassName
{
color: #1991F0;
}
.AnyTagClassName
{
color: #1991F0;
}
</style>
background-color css
<style>
a { background-color: #1991F0; }
a { background-color: rgb(25,145,240); }
div.DivClassName
{
background-color: #1991F0;
}
.BgClassName
{
background-color: #1991F0;
}
</style>
border-color css
<style>
span { border-color: #1991F0; }
span { border-color: rgb(25,145,240); }
td.TdClassName
{
border-color: #1991F0;
}
.TagClassName
{
border-color: #1991F0;
}
</style>