Shades of Dodger Blue #247EEB
Tints of Dodger Blue #247EEB
RGB
CMYK
RGB Variations
Color information
#247EEB (or 0x247EEB) is known color: Dodger Blue. HEX triplet: 24, 7E and EB. RGB value is (36,126,235). Sum of RGB (Red+Green+Blue) = 36+126+235=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #247EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EEB is #DB8114. Grayscale: #6E6E6E. Windows color (decimal): -14385429 or 15433252. OLE color: 15433252.
HSL color Cylindrical-coordinate representation of color #247EEB: hue angle of 212.86º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247EEB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 126 | 235 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.08 |
| HSL | 212.86º | 0.83% | 0.53% | - |
| HSV(B) | 212.86º | 0.85% | 0.92% | - |
| XYZ | 23.18 | 21.29 | 81.49 | - |
| YUV | 111.52 | 197.68 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 235 | 0.85 | 0.46 | 0 | 0.08 | 212.86 | 0.83 | 0.53 |
| Hex | 24 | 7E | EB | 55 | 2E | 0 | 8 | D5 | 53 | 35 |
| Octal | 44 | 176 | 353 | 125 | 56 | 0 | 10 | 325 | 123 | 65 |
| Binary | 100100 | 1111110 | 11101011 | 1010101 | 101110 | 0 | 1000 | 11010101 | 1010011 | 110101 |
Color Harmonies of #247EEB
Complementary color
Monochromatic Colors of #247EEB
Black with #247EEB
Text Example
Text Example
White with #247EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EEB; }
p { color: rgb(36,126,235); }
H1.HeaderClassName
{
color: #247EEB;
}
.AnyTagClassName
{
color: #247EEB;
}
</style>
background-color css
<style>
a { background-color: #247EEB; }
a { background-color: rgb(36,126,235); }
div.DivClassName
{
background-color: #247EEB;
}
.BgClassName
{
background-color: #247EEB;
}
</style>
border-color css
<style>
span { border-color: #247EEB; }
span { border-color: rgb(36,126,235); }
td.TdClassName
{
border-color: #247EEB;
}
.TagClassName
{
border-color: #247EEB;
}
</style>