Shades of Dodger Blue #24A2EF
Tints of Dodger Blue #24A2EF
RGB
CMYK
RGB Variations
Color information
#24A2EF (or 0x24A2EF) is known color: Dodger Blue. HEX triplet: 24, A2 and EF. RGB value is (36,162,239). Sum of RGB (Red+Green+Blue) = 36+162+239=437 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.24% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #24A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A2EF is #DB5D10. Grayscale: #848484. Windows color (decimal): -14376209 or 15704612. OLE color: 15704612.
HSL color Cylindrical-coordinate representation of color #24A2EF: hue angle of 202.76º 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 #24A2EF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 162 | 239 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.06 |
| HSL | 202.76º | 0.86% | 0.54% | - |
| HSV(B) | 202.76º | 0.85% | 0.94% | - |
| XYZ | 29.23 | 32.45 | 86.38 | - |
| YUV | 133.1 | 187.76 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 162 | 239 | 0.85 | 0.32 | 0 | 0.06 | 202.76 | 0.86 | 0.54 |
| Hex | 24 | A2 | EF | 55 | 20 | 0 | 6 | CB | 56 | 36 |
| Octal | 44 | 242 | 357 | 125 | 40 | 0 | 6 | 313 | 126 | 66 |
| Binary | 100100 | 10100010 | 11101111 | 1010101 | 100000 | 0 | 110 | 11001011 | 1010110 | 110110 |
Color Harmonies of #24A2EF
Complementary color
Monochromatic Colors of #24A2EF
Black with #24A2EF
Text Example
Text Example
White with #24A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A2EF; }
p { color: rgb(36,162,239); }
H1.HeaderClassName
{
color: #24A2EF;
}
.AnyTagClassName
{
color: #24A2EF;
}
</style>
background-color css
<style>
a { background-color: #24A2EF; }
a { background-color: rgb(36,162,239); }
div.DivClassName
{
background-color: #24A2EF;
}
.BgClassName
{
background-color: #24A2EF;
}
</style>
border-color css
<style>
span { border-color: #24A2EF; }
span { border-color: rgb(36,162,239); }
td.TdClassName
{
border-color: #24A2EF;
}
.TagClassName
{
border-color: #24A2EF;
}
</style>