Shades of Dodger Blue #2591DC
Tints of Dodger Blue #2591DC
RGB
CMYK
RGB Variations
Color information
#2591DC (or 0x2591DC) is known color: Dodger Blue. HEX triplet: 25, 91 and DC. RGB value is (37,145,220). Sum of RGB (Red+Green+Blue) = 37+145+220=402 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.20% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #2591DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2591DC is #DA6E23. Grayscale: #787878. Windows color (decimal): -14315044 or 14455077. OLE color: 14455077.
HSL color Cylindrical-coordinate representation of color #2591DC: hue angle of 204.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2591DC is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 145 | 220 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.14 |
| HSL | 204.59º | 0.72% | 0.5% | - |
| HSV(B) | 204.59º | 0.83% | 0.86% | - |
| XYZ | 23.81 | 25.81 | 71.44 | - |
| YUV | 121.26 | 183.72 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 220 | 0.83 | 0.34 | 0 | 0.14 | 204.59 | 0.72 | 0.5 |
| Hex | 25 | 91 | DC | 53 | 22 | 0 | E | CD | 48 | 32 |
| Octal | 45 | 221 | 334 | 123 | 42 | 0 | 16 | 315 | 110 | 62 |
| Binary | 100101 | 10010001 | 11011100 | 1010011 | 100010 | 0 | 1110 | 11001101 | 1001000 | 110010 |
Color Harmonies of #2591DC
Complementary color
Monochromatic Colors of #2591DC
Black with #2591DC
Text Example
Text Example
White with #2591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2591DC; }
p { color: rgb(37,145,220); }
H1.HeaderClassName
{
color: #2591DC;
}
.AnyTagClassName
{
color: #2591DC;
}
</style>
background-color css
<style>
a { background-color: #2591DC; }
a { background-color: rgb(37,145,220); }
div.DivClassName
{
background-color: #2591DC;
}
.BgClassName
{
background-color: #2591DC;
}
</style>
border-color css
<style>
span { border-color: #2591DC; }
span { border-color: rgb(37,145,220); }
td.TdClassName
{
border-color: #2591DC;
}
.TagClassName
{
border-color: #2591DC;
}
</style>