Shades of Dodger Blue #2497EC
Tints of Dodger Blue #2497EC
RGB
CMYK
RGB Variations
Color information
#2497EC (or 0x2497EC) is known color: Dodger Blue. HEX triplet: 24, 97 and EC. RGB value is (36,151,236). Sum of RGB (Red+Green+Blue) = 36+151+236=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #2497EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2497EC is #DB6813. Grayscale: #7D7D7D. Windows color (decimal): -14379028 or 15505188. OLE color: 15505188.
HSL color Cylindrical-coordinate representation of color #2497EC: hue angle of 205.5º 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 #2497EC is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 151 | 236 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.07 |
| HSL | 205.5º | 0.84% | 0.53% | - |
| HSV(B) | 205.5º | 0.85% | 0.93% | - |
| XYZ | 26.93 | 28.56 | 83.45 | - |
| YUV | 126.31 | 189.9 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 236 | 0.85 | 0.36 | 0 | 0.07 | 205.5 | 0.84 | 0.53 |
| Hex | 24 | 97 | EC | 55 | 24 | 0 | 7 | CE | 54 | 35 |
| Octal | 44 | 227 | 354 | 125 | 44 | 0 | 7 | 316 | 124 | 65 |
| Binary | 100100 | 10010111 | 11101100 | 1010101 | 100100 | 0 | 111 | 11001110 | 1010100 | 110101 |
Color Harmonies of #2497EC
Complementary color
Monochromatic Colors of #2497EC
Black with #2497EC
Text Example
Text Example
White with #2497EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497EC; }
p { color: rgb(36,151,236); }
H1.HeaderClassName
{
color: #2497EC;
}
.AnyTagClassName
{
color: #2497EC;
}
</style>
background-color css
<style>
a { background-color: #2497EC; }
a { background-color: rgb(36,151,236); }
div.DivClassName
{
background-color: #2497EC;
}
.BgClassName
{
background-color: #2497EC;
}
</style>
border-color css
<style>
span { border-color: #2497EC; }
span { border-color: rgb(36,151,236); }
td.TdClassName
{
border-color: #2497EC;
}
.TagClassName
{
border-color: #2497EC;
}
</style>