Shades of Dodger Blue #1988F1
Tints of Dodger Blue #1988F1
RGB
CMYK
RGB Variations
Color information
#1988F1 (or 0x1988F1) is known color: Dodger Blue. HEX triplet: 19, 88 and F1. RGB value is (25,136,241). Sum of RGB (Red+Green+Blue) = 25+136+241=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #1988F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988F1 is #E6770E. Grayscale: #727272. Windows color (decimal): -15103759 or 15829017. OLE color: 15829017.
HSL color Cylindrical-coordinate representation of color #1988F1: hue angle of 209.17º 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 #1988F1 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 136 | 241 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.05 |
| HSL | 209.17º | 0.89% | 0.52% | - |
| HSV(B) | 209.17º | 0.9% | 0.95% | - |
| XYZ | 25.08 | 24.17 | 86.56 | - |
| YUV | 114.78 | 199.23 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 241 | 0.90 | 0.44 | 0 | 0.05 | 209.17 | 0.89 | 0.52 |
| Hex | 19 | 88 | F1 | 5A | 2C | 0 | 5 | D1 | 59 | 34 |
| Octal | 31 | 210 | 361 | 132 | 54 | 0 | 5 | 321 | 131 | 64 |
| Binary | 11001 | 10001000 | 11110001 | 1011010 | 101100 | 0 | 101 | 11010001 | 1011001 | 110100 |
Color Harmonies of #1988F1
Complementary color
Monochromatic Colors of #1988F1
Black with #1988F1
Text Example
Text Example
White with #1988F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988F1; }
p { color: rgb(25,136,241); }
H1.HeaderClassName
{
color: #1988F1;
}
.AnyTagClassName
{
color: #1988F1;
}
</style>
background-color css
<style>
a { background-color: #1988F1; }
a { background-color: rgb(25,136,241); }
div.DivClassName
{
background-color: #1988F1;
}
.BgClassName
{
background-color: #1988F1;
}
</style>
border-color css
<style>
span { border-color: #1988F1; }
span { border-color: rgb(25,136,241); }
td.TdClassName
{
border-color: #1988F1;
}
.TagClassName
{
border-color: #1988F1;
}
</style>