Shades of Dodger Blue #2495EC
Tints of Dodger Blue #2495EC
RGB
CMYK
RGB Variations
Color information
#2495EC (or 0x2495EC) is known color: Dodger Blue. HEX triplet: 24, 95 and EC. RGB value is (36,149,236). Sum of RGB (Red+Green+Blue) = 36+149+236=421 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.55% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #2495EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495EC is #DB6A13. Grayscale: #7C7C7C. Windows color (decimal): -14379540 or 15504676. OLE color: 15504676.
HSL color Cylindrical-coordinate representation of color #2495EC: hue angle of 206.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2495EC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 149 | 236 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.07 |
| HSL | 206.1º | 0.84% | 0.53% | - |
| HSV(B) | 206.1º | 0.85% | 0.93% | - |
| XYZ | 26.62 | 27.93 | 83.34 | - |
| YUV | 125.13 | 190.56 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 236 | 0.85 | 0.37 | 0 | 0.07 | 206.1 | 0.84 | 0.53 |
| Hex | 24 | 95 | EC | 55 | 25 | 0 | 7 | CE | 54 | 35 |
| Octal | 44 | 225 | 354 | 125 | 45 | 0 | 7 | 316 | 124 | 65 |
| Binary | 100100 | 10010101 | 11101100 | 1010101 | 100101 | 0 | 111 | 11001110 | 1010100 | 110101 |
Color Harmonies of #2495EC
Complementary color
Monochromatic Colors of #2495EC
Black with #2495EC
Text Example
Text Example
White with #2495EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495EC; }
p { color: rgb(36,149,236); }
H1.HeaderClassName
{
color: #2495EC;
}
.AnyTagClassName
{
color: #2495EC;
}
</style>
background-color css
<style>
a { background-color: #2495EC; }
a { background-color: rgb(36,149,236); }
div.DivClassName
{
background-color: #2495EC;
}
.BgClassName
{
background-color: #2495EC;
}
</style>
border-color css
<style>
span { border-color: #2495EC; }
span { border-color: rgb(36,149,236); }
td.TdClassName
{
border-color: #2495EC;
}
.TagClassName
{
border-color: #2495EC;
}
</style>