Shades of Dodger Blue #2491F1
Tints of Dodger Blue #2491F1
RGB
CMYK
RGB Variations
Color information
#2491F1 (or 0x2491F1) is known color: Dodger Blue. HEX triplet: 24, 91 and F1. RGB value is (36,145,241). Sum of RGB (Red+Green+Blue) = 36+145+241=422 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.53% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #2491F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2491F1 is #DB6E0E. Grayscale: #7A7A7A. Windows color (decimal): -14380559 or 15831332. OLE color: 15831332.
HSL color Cylindrical-coordinate representation of color #2491F1: hue angle of 208.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2491F1 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 145 | 241 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.05 |
| HSL | 208.1º | 0.88% | 0.54% | - |
| HSV(B) | 208.1º | 0.85% | 0.95% | - |
| XYZ | 26.73 | 26.98 | 87.02 | - |
| YUV | 123.35 | 194.39 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 241 | 0.85 | 0.40 | 0 | 0.05 | 208.1 | 0.88 | 0.54 |
| Hex | 24 | 91 | F1 | 55 | 28 | 0 | 5 | D0 | 58 | 36 |
| Octal | 44 | 221 | 361 | 125 | 50 | 0 | 5 | 320 | 130 | 66 |
| Binary | 100100 | 10010001 | 11110001 | 1010101 | 101000 | 0 | 101 | 11010000 | 1011000 | 110110 |
Color Harmonies of #2491F1
Complementary color
Monochromatic Colors of #2491F1
Black with #2491F1
Text Example
Text Example
White with #2491F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491F1; }
p { color: rgb(36,145,241); }
H1.HeaderClassName
{
color: #2491F1;
}
.AnyTagClassName
{
color: #2491F1;
}
</style>
background-color css
<style>
a { background-color: #2491F1; }
a { background-color: rgb(36,145,241); }
div.DivClassName
{
background-color: #2491F1;
}
.BgClassName
{
background-color: #2491F1;
}
</style>
border-color css
<style>
span { border-color: #2491F1; }
span { border-color: rgb(36,145,241); }
td.TdClassName
{
border-color: #2491F1;
}
.TagClassName
{
border-color: #2491F1;
}
</style>