Shades of Dodger Blue #247EEC
Tints of Dodger Blue #247EEC
RGB
CMYK
RGB Variations
Color information
#247EEC (or 0x247EEC) is known color: Dodger Blue. HEX triplet: 24, 7E and EC. RGB value is (36,126,236). Sum of RGB (Red+Green+Blue) = 36+126+236=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #247EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EEC is #DB8113. Grayscale: #6F6F6F. Windows color (decimal): -14385428 or 15498788. OLE color: 15498788.
HSL color Cylindrical-coordinate representation of color #247EEC: hue angle of 213º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247EEC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 126 | 236 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.07 |
| HSL | 213º | 0.84% | 0.53% | - |
| HSV(B) | 213º | 0.85% | 0.93% | - |
| XYZ | 23.33 | 21.35 | 82.25 | - |
| YUV | 111.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 236 | 0.85 | 0.47 | 0 | 0.07 | 213 | 0.84 | 0.53 |
| Hex | 24 | 7E | EC | 55 | 2F | 0 | 7 | D5 | 54 | 35 |
| Octal | 44 | 176 | 354 | 125 | 57 | 0 | 7 | 325 | 124 | 65 |
| Binary | 100100 | 1111110 | 11101100 | 1010101 | 101111 | 0 | 111 | 11010101 | 1010100 | 110101 |
Color Harmonies of #247EEC
Complementary color
Monochromatic Colors of #247EEC
Black with #247EEC
Text Example
Text Example
White with #247EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EEC; }
p { color: rgb(36,126,236); }
H1.HeaderClassName
{
color: #247EEC;
}
.AnyTagClassName
{
color: #247EEC;
}
</style>
background-color css
<style>
a { background-color: #247EEC; }
a { background-color: rgb(36,126,236); }
div.DivClassName
{
background-color: #247EEC;
}
.BgClassName
{
background-color: #247EEC;
}
</style>
border-color css
<style>
span { border-color: #247EEC; }
span { border-color: rgb(36,126,236); }
td.TdClassName
{
border-color: #247EEC;
}
.TagClassName
{
border-color: #247EEC;
}
</style>