Shades of Dodger Blue #247EEF
Tints of Dodger Blue #247EEF
RGB
CMYK
RGB Variations
Color information
#247EEF (or 0x247EEF) is known color: Dodger Blue. HEX triplet: 24, 7E and EF. RGB value is (36,126,239). Sum of RGB (Red+Green+Blue) = 36+126+239=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #247EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EEF is #DB8110. Grayscale: #6F6F6F. Windows color (decimal): -14385425 or 15695396. OLE color: 15695396.
HSL color Cylindrical-coordinate representation of color #247EEF: hue angle of 213.4º 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 #247EEF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 126 | 239 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.06 |
| HSL | 213.4º | 0.86% | 0.54% | - |
| HSV(B) | 213.4º | 0.85% | 0.94% | - |
| XYZ | 23.77 | 21.53 | 84.56 | - |
| YUV | 111.97 | 199.68 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 239 | 0.85 | 0.47 | 0 | 0.06 | 213.4 | 0.86 | 0.54 |
| Hex | 24 | 7E | EF | 55 | 2F | 0 | 6 | D5 | 56 | 36 |
| Octal | 44 | 176 | 357 | 125 | 57 | 0 | 6 | 325 | 126 | 66 |
| Binary | 100100 | 1111110 | 11101111 | 1010101 | 101111 | 0 | 110 | 11010101 | 1010110 | 110110 |
Color Harmonies of #247EEF
Complementary color
Monochromatic Colors of #247EEF
Black with #247EEF
Text Example
Text Example
White with #247EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EEF; }
p { color: rgb(36,126,239); }
H1.HeaderClassName
{
color: #247EEF;
}
.AnyTagClassName
{
color: #247EEF;
}
</style>
background-color css
<style>
a { background-color: #247EEF; }
a { background-color: rgb(36,126,239); }
div.DivClassName
{
background-color: #247EEF;
}
.BgClassName
{
background-color: #247EEF;
}
</style>
border-color css
<style>
span { border-color: #247EEF; }
span { border-color: rgb(36,126,239); }
td.TdClassName
{
border-color: #247EEF;
}
.TagClassName
{
border-color: #247EEF;
}
</style>