Shades of Dodger Blue #2489DD
Tints of Dodger Blue #2489DD
RGB
CMYK
RGB Variations
Color information
#2489DD (or 0x2489DD) is known color: Dodger Blue. HEX triplet: 24, 89 and DD. RGB value is (36,137,221). Sum of RGB (Red+Green+Blue) = 36+137+221=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #2489DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489DD is #DB7622. Grayscale: #737373. Windows color (decimal): -14382627 or 14518564. OLE color: 14518564.
HSL color Cylindrical-coordinate representation of color #2489DD: hue angle of 207.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2489DD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 137 | 221 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 207.24º | 0.73% | 0.5% | - |
| HSV(B) | 207.24º | 0.84% | 0.87% | - |
| XYZ | 22.72 | 23.49 | 71.74 | - |
| YUV | 116.38 | 187.04 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 221 | 0.84 | 0.38 | 0 | 0.13 | 207.24 | 0.73 | 0.5 |
| Hex | 24 | 89 | DD | 54 | 26 | 0 | D | CF | 49 | 32 |
| Octal | 44 | 211 | 335 | 124 | 46 | 0 | 15 | 317 | 111 | 62 |
| Binary | 100100 | 10001001 | 11011101 | 1010100 | 100110 | 0 | 1101 | 11001111 | 1001001 | 110010 |
Color Harmonies of #2489DD
Complementary color
Monochromatic Colors of #2489DD
Black with #2489DD
Text Example
Text Example
White with #2489DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489DD; }
p { color: rgb(36,137,221); }
H1.HeaderClassName
{
color: #2489DD;
}
.AnyTagClassName
{
color: #2489DD;
}
</style>
background-color css
<style>
a { background-color: #2489DD; }
a { background-color: rgb(36,137,221); }
div.DivClassName
{
background-color: #2489DD;
}
.BgClassName
{
background-color: #2489DD;
}
</style>
border-color css
<style>
span { border-color: #2489DD; }
span { border-color: rgb(36,137,221); }
td.TdClassName
{
border-color: #2489DD;
}
.TagClassName
{
border-color: #2489DD;
}
</style>