Shades of Dodger Blue #2497EF
Tints of Dodger Blue #2497EF
RGB
CMYK
RGB Variations
Color information
#2497EF (or 0x2497EF) is known color: Dodger Blue. HEX triplet: 24, 97 and EF. RGB value is (36,151,239). Sum of RGB (Red+Green+Blue) = 36+151+239=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #2497EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2497EF is #DB6810. Grayscale: #7E7E7E. Windows color (decimal): -14379025 or 15701796. OLE color: 15701796.
HSL color Cylindrical-coordinate representation of color #2497EF: hue angle of 206.01º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2497EF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 151 | 239 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.06 |
| HSL | 206.01º | 0.86% | 0.54% | - |
| HSV(B) | 206.01º | 0.85% | 0.94% | - |
| XYZ | 27.37 | 28.74 | 85.77 | - |
| YUV | 126.65 | 191.4 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 239 | 0.85 | 0.37 | 0 | 0.06 | 206.01 | 0.86 | 0.54 |
| Hex | 24 | 97 | EF | 55 | 25 | 0 | 6 | CE | 56 | 36 |
| Octal | 44 | 227 | 357 | 125 | 45 | 0 | 6 | 316 | 126 | 66 |
| Binary | 100100 | 10010111 | 11101111 | 1010101 | 100101 | 0 | 110 | 11001110 | 1010110 | 110110 |
Color Harmonies of #2497EF
Complementary color
Monochromatic Colors of #2497EF
Black with #2497EF
Text Example
Text Example
White with #2497EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497EF; }
p { color: rgb(36,151,239); }
H1.HeaderClassName
{
color: #2497EF;
}
.AnyTagClassName
{
color: #2497EF;
}
</style>
background-color css
<style>
a { background-color: #2497EF; }
a { background-color: rgb(36,151,239); }
div.DivClassName
{
background-color: #2497EF;
}
.BgClassName
{
background-color: #2497EF;
}
</style>
border-color css
<style>
span { border-color: #2497EF; }
span { border-color: rgb(36,151,239); }
td.TdClassName
{
border-color: #2497EF;
}
.TagClassName
{
border-color: #2497EF;
}
</style>