Shades of Dodger Blue #247DEC
Tints of Dodger Blue #247DEC
RGB
CMYK
RGB Variations
Color information
#247DEC (or 0x247DEC) is known color: Dodger Blue. HEX triplet: 24, 7D and EC. RGB value is (36,125,236). Sum of RGB (Red+Green+Blue) = 36+125+236=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #247DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247DEC is #DB8213. Grayscale: #6E6E6E. Windows color (decimal): -14385684 or 15498532. OLE color: 15498532.
HSL color Cylindrical-coordinate representation of color #247DEC: hue angle of 213.3º 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 #247DEC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 125 | 236 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.07 |
| HSL | 213.3º | 0.84% | 0.53% | - |
| HSV(B) | 213.3º | 0.85% | 0.93% | - |
| XYZ | 23.2 | 21.1 | 82.21 | - |
| YUV | 111.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 236 | 0.85 | 0.47 | 0 | 0.07 | 213.3 | 0.84 | 0.53 |
| Hex | 24 | 7D | EC | 55 | 2F | 0 | 7 | D5 | 54 | 35 |
| Octal | 44 | 175 | 354 | 125 | 57 | 0 | 7 | 325 | 124 | 65 |
| Binary | 100100 | 1111101 | 11101100 | 1010101 | 101111 | 0 | 111 | 11010101 | 1010100 | 110101 |
Color Harmonies of #247DEC
Complementary color
Monochromatic Colors of #247DEC
Black with #247DEC
Text Example
Text Example
White with #247DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DEC; }
p { color: rgb(36,125,236); }
H1.HeaderClassName
{
color: #247DEC;
}
.AnyTagClassName
{
color: #247DEC;
}
</style>
background-color css
<style>
a { background-color: #247DEC; }
a { background-color: rgb(36,125,236); }
div.DivClassName
{
background-color: #247DEC;
}
.BgClassName
{
background-color: #247DEC;
}
</style>
border-color css
<style>
span { border-color: #247DEC; }
span { border-color: rgb(36,125,236); }
td.TdClassName
{
border-color: #247DEC;
}
.TagClassName
{
border-color: #247DEC;
}
</style>