Shades of Dodger Blue #2491EF
Tints of Dodger Blue #2491EF
RGB
CMYK
RGB Variations
Color information
#2491EF (or 0x2491EF) is known color: Dodger Blue. HEX triplet: 24, 91 and EF. RGB value is (36,145,239). Sum of RGB (Red+Green+Blue) = 36+145+239=420 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.57% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #2491EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2491EF is #DB6E10. Grayscale: #7A7A7A. Windows color (decimal): -14380561 or 15700260. OLE color: 15700260.
HSL color Cylindrical-coordinate representation of color #2491EF: hue angle of 207.78º 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 #2491EF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 145 | 239 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.06 |
| HSL | 207.78º | 0.86% | 0.54% | - |
| HSV(B) | 207.78º | 0.85% | 0.94% | - |
| XYZ | 26.43 | 26.86 | 85.45 | - |
| YUV | 123.13 | 193.39 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 239 | 0.85 | 0.39 | 0 | 0.06 | 207.78 | 0.86 | 0.54 |
| Hex | 24 | 91 | EF | 55 | 27 | 0 | 6 | D0 | 56 | 36 |
| Octal | 44 | 221 | 357 | 125 | 47 | 0 | 6 | 320 | 126 | 66 |
| Binary | 100100 | 10010001 | 11101111 | 1010101 | 100111 | 0 | 110 | 11010000 | 1010110 | 110110 |
Color Harmonies of #2491EF
Complementary color
Monochromatic Colors of #2491EF
Black with #2491EF
Text Example
Text Example
White with #2491EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491EF; }
p { color: rgb(36,145,239); }
H1.HeaderClassName
{
color: #2491EF;
}
.AnyTagClassName
{
color: #2491EF;
}
</style>
background-color css
<style>
a { background-color: #2491EF; }
a { background-color: rgb(36,145,239); }
div.DivClassName
{
background-color: #2491EF;
}
.BgClassName
{
background-color: #2491EF;
}
</style>
border-color css
<style>
span { border-color: #2491EF; }
span { border-color: rgb(36,145,239); }
td.TdClassName
{
border-color: #2491EF;
}
.TagClassName
{
border-color: #2491EF;
}
</style>