Shades of Dodger Blue #2495E1
Tints of Dodger Blue #2495E1
RGB
CMYK
RGB Variations
Color information
#2495E1 (or 0x2495E1) is known color: Dodger Blue. HEX triplet: 24, 95 and E1. RGB value is (36,149,225). Sum of RGB (Red+Green+Blue) = 36+149+225=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #2495E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495E1 is #DB6A1E. Grayscale: #7B7B7B. Windows color (decimal): -14379551 or 14783780. OLE color: 14783780.
HSL color Cylindrical-coordinate representation of color #2495E1: hue angle of 204.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2495E1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 149 | 225 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.12 |
| HSL | 204.13º | 0.76% | 0.51% | - |
| HSV(B) | 204.13º | 0.84% | 0.88% | - |
| XYZ | 25.07 | 27.31 | 75.18 | - |
| YUV | 123.88 | 185.06 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 225 | 0.84 | 0.34 | 0 | 0.12 | 204.13 | 0.76 | 0.51 |
| Hex | 24 | 95 | E1 | 54 | 22 | 0 | C | CC | 4C | 33 |
| Octal | 44 | 225 | 341 | 124 | 42 | 0 | 14 | 314 | 114 | 63 |
| Binary | 100100 | 10010101 | 11100001 | 1010100 | 100010 | 0 | 1100 | 11001100 | 1001100 | 110011 |
Color Harmonies of #2495E1
Complementary color
Monochromatic Colors of #2495E1
Black with #2495E1
Text Example
Text Example
White with #2495E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495E1; }
p { color: rgb(36,149,225); }
H1.HeaderClassName
{
color: #2495E1;
}
.AnyTagClassName
{
color: #2495E1;
}
</style>
background-color css
<style>
a { background-color: #2495E1; }
a { background-color: rgb(36,149,225); }
div.DivClassName
{
background-color: #2495E1;
}
.BgClassName
{
background-color: #2495E1;
}
</style>
border-color css
<style>
span { border-color: #2495E1; }
span { border-color: rgb(36,149,225); }
td.TdClassName
{
border-color: #2495E1;
}
.TagClassName
{
border-color: #2495E1;
}
</style>