Shades of Dodger Blue #249AE5
Tints of Dodger Blue #249AE5
RGB
CMYK
RGB Variations
Color information
#249AE5 (or 0x249AE5) is known color: Dodger Blue. HEX triplet: 24, 9A and E5. RGB value is (36,154,229). Sum of RGB (Red+Green+Blue) = 36+154+229=419 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.59% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #249AE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AE5 is #DB651A. Grayscale: #7E7E7E. Windows color (decimal): -14378267 or 15047204. OLE color: 15047204.
HSL color Cylindrical-coordinate representation of color #249AE5: hue angle of 203.32º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #249AE5 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 154 | 229 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.10 |
| HSL | 203.32º | 0.79% | 0.52% | - |
| HSV(B) | 203.32º | 0.84% | 0.9% | - |
| XYZ | 26.43 | 29.14 | 78.36 | - |
| YUV | 127.27 | 185.41 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 229 | 0.84 | 0.33 | 0 | 0.10 | 203.32 | 0.79 | 0.52 |
| Hex | 24 | 9A | E5 | 54 | 21 | 0 | A | CB | 4F | 34 |
| Octal | 44 | 232 | 345 | 124 | 41 | 0 | 12 | 313 | 117 | 64 |
| Binary | 100100 | 10011010 | 11100101 | 1010100 | 100001 | 0 | 1010 | 11001011 | 1001111 | 110100 |
Color Harmonies of #249AE5
Complementary color
Monochromatic Colors of #249AE5
Black with #249AE5
Text Example
Text Example
White with #249AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AE5; }
p { color: rgb(36,154,229); }
H1.HeaderClassName
{
color: #249AE5;
}
.AnyTagClassName
{
color: #249AE5;
}
</style>
background-color css
<style>
a { background-color: #249AE5; }
a { background-color: rgb(36,154,229); }
div.DivClassName
{
background-color: #249AE5;
}
.BgClassName
{
background-color: #249AE5;
}
</style>
border-color css
<style>
span { border-color: #249AE5; }
span { border-color: rgb(36,154,229); }
td.TdClassName
{
border-color: #249AE5;
}
.TagClassName
{
border-color: #249AE5;
}
</style>