Shades of Dodger Blue #2488DD
Tints of Dodger Blue #2488DD
RGB
CMYK
RGB Variations
Color information
#2488DD (or 0x2488DD) is known color: Dodger Blue. HEX triplet: 24, 88 and DD. RGB value is (36,136,221). Sum of RGB (Red+Green+Blue) = 36+136+221=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #2488DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2488DD is #DB7722. Grayscale: #737373. Windows color (decimal): -14382883 or 14518308. OLE color: 14518308.
HSL color Cylindrical-coordinate representation of color #2488DD: hue angle of 207.57º 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 #2488DD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 136 | 221 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 207.57º | 0.73% | 0.5% | - |
| HSV(B) | 207.57º | 0.84% | 0.87% | - |
| XYZ | 22.58 | 23.2 | 71.7 | - |
| YUV | 115.79 | 187.37 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 221 | 0.84 | 0.38 | 0 | 0.13 | 207.57 | 0.73 | 0.5 |
| Hex | 24 | 88 | DD | 54 | 26 | 0 | D | D0 | 49 | 32 |
| Octal | 44 | 210 | 335 | 124 | 46 | 0 | 15 | 320 | 111 | 62 |
| Binary | 100100 | 10001000 | 11011101 | 1010100 | 100110 | 0 | 1101 | 11010000 | 1001001 | 110010 |
Color Harmonies of #2488DD
Complementary color
Monochromatic Colors of #2488DD
Black with #2488DD
Text Example
Text Example
White with #2488DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488DD; }
p { color: rgb(36,136,221); }
H1.HeaderClassName
{
color: #2488DD;
}
.AnyTagClassName
{
color: #2488DD;
}
</style>
background-color css
<style>
a { background-color: #2488DD; }
a { background-color: rgb(36,136,221); }
div.DivClassName
{
background-color: #2488DD;
}
.BgClassName
{
background-color: #2488DD;
}
</style>
border-color css
<style>
span { border-color: #2488DD; }
span { border-color: rgb(36,136,221); }
td.TdClassName
{
border-color: #2488DD;
}
.TagClassName
{
border-color: #2488DD;
}
</style>