Shades of Dodger Blue #247EE0
Tints of Dodger Blue #247EE0
RGB
CMYK
RGB Variations
Color information
#247EE0 (or 0x247EE0) is known color: Dodger Blue. HEX triplet: 24, 7E and E0. RGB value is (36,126,224). Sum of RGB (Red+Green+Blue) = 36+126+224=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #247EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EE0 is #DB811F. Grayscale: #6D6D6D. Windows color (decimal): -14385440 or 14712356. OLE color: 14712356.
HSL color Cylindrical-coordinate representation of color #247EE0: hue angle of 211.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247EE0 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 126 | 224 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.12 |
| HSL | 211.28º | 0.75% | 0.51% | - |
| HSV(B) | 211.28º | 0.84% | 0.88% | - |
| XYZ | 21.64 | 20.68 | 73.37 | - |
| YUV | 110.26 | 192.18 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 224 | 0.84 | 0.44 | 0 | 0.12 | 211.28 | 0.75 | 0.51 |
| Hex | 24 | 7E | E0 | 54 | 2C | 0 | C | D3 | 4B | 33 |
| Octal | 44 | 176 | 340 | 124 | 54 | 0 | 14 | 323 | 113 | 63 |
| Binary | 100100 | 1111110 | 11100000 | 1010100 | 101100 | 0 | 1100 | 11010011 | 1001011 | 110011 |
Color Harmonies of #247EE0
Complementary color
Monochromatic Colors of #247EE0
Black with #247EE0
Text Example
Text Example
White with #247EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EE0; }
p { color: rgb(36,126,224); }
H1.HeaderClassName
{
color: #247EE0;
}
.AnyTagClassName
{
color: #247EE0;
}
</style>
background-color css
<style>
a { background-color: #247EE0; }
a { background-color: rgb(36,126,224); }
div.DivClassName
{
background-color: #247EE0;
}
.BgClassName
{
background-color: #247EE0;
}
</style>
border-color css
<style>
span { border-color: #247EE0; }
span { border-color: rgb(36,126,224); }
td.TdClassName
{
border-color: #247EE0;
}
.TagClassName
{
border-color: #247EE0;
}
</style>