Shades of Dodger Blue #2591ED
Tints of Dodger Blue #2591ED
RGB
CMYK
RGB Variations
Color information
#2591ED (or 0x2591ED) is known color: Dodger Blue. HEX triplet: 25, 91 and ED. RGB value is (37,145,237). Sum of RGB (Red+Green+Blue) = 37+145+237=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #2591ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2591ED is #DA6E12. Grayscale: #7A7A7A. Windows color (decimal): -14315027 or 15569189. OLE color: 15569189.
HSL color Cylindrical-coordinate representation of color #2591ED: hue angle of 207.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2591ED is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 145 | 237 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.07 |
| HSL | 207.6º | 0.85% | 0.54% | - |
| HSV(B) | 207.6º | 0.84% | 0.93% | - |
| XYZ | 26.17 | 26.76 | 83.91 | - |
| YUV | 123.2 | 192.22 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 237 | 0.84 | 0.39 | 0 | 0.07 | 207.6 | 0.85 | 0.54 |
| Hex | 25 | 91 | ED | 54 | 27 | 0 | 7 | D0 | 55 | 36 |
| Octal | 45 | 221 | 355 | 124 | 47 | 0 | 7 | 320 | 125 | 66 |
| Binary | 100101 | 10010001 | 11101101 | 1010100 | 100111 | 0 | 111 | 11010000 | 1010101 | 110110 |
Color Harmonies of #2591ED
Complementary color
Monochromatic Colors of #2591ED
Black with #2591ED
Text Example
Text Example
White with #2591ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2591ED; }
p { color: rgb(37,145,237); }
H1.HeaderClassName
{
color: #2591ED;
}
.AnyTagClassName
{
color: #2591ED;
}
</style>
background-color css
<style>
a { background-color: #2591ED; }
a { background-color: rgb(37,145,237); }
div.DivClassName
{
background-color: #2591ED;
}
.BgClassName
{
background-color: #2591ED;
}
</style>
border-color css
<style>
span { border-color: #2591ED; }
span { border-color: rgb(37,145,237); }
td.TdClassName
{
border-color: #2591ED;
}
.TagClassName
{
border-color: #2591ED;
}
</style>