Shades of Dodger Blue #247EE5
Tints of Dodger Blue #247EE5
RGB
CMYK
RGB Variations
Color information
#247EE5 (or 0x247EE5) is known color: Dodger Blue. HEX triplet: 24, 7E and E5. RGB value is (36,126,229). Sum of RGB (Red+Green+Blue) = 36+126+229=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #247EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EE5 is #DB811A. Grayscale: #6E6E6E. Windows color (decimal): -14385435 or 15040036. OLE color: 15040036.
HSL color Cylindrical-coordinate representation of color #247EE5: hue angle of 212.02º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247EE5 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 126 | 229 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.10 |
| HSL | 212.02º | 0.79% | 0.52% | - |
| HSV(B) | 212.02º | 0.84% | 0.9% | - |
| XYZ | 22.33 | 20.95 | 77 | - |
| YUV | 110.83 | 194.68 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 229 | 0.84 | 0.45 | 0 | 0.10 | 212.02 | 0.79 | 0.52 |
| Hex | 24 | 7E | E5 | 54 | 2D | 0 | A | D4 | 4F | 34 |
| Octal | 44 | 176 | 345 | 124 | 55 | 0 | 12 | 324 | 117 | 64 |
| Binary | 100100 | 1111110 | 11100101 | 1010100 | 101101 | 0 | 1010 | 11010100 | 1001111 | 110100 |
Color Harmonies of #247EE5
Complementary color
Monochromatic Colors of #247EE5
Black with #247EE5
Text Example
Text Example
White with #247EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EE5; }
p { color: rgb(36,126,229); }
H1.HeaderClassName
{
color: #247EE5;
}
.AnyTagClassName
{
color: #247EE5;
}
</style>
background-color css
<style>
a { background-color: #247EE5; }
a { background-color: rgb(36,126,229); }
div.DivClassName
{
background-color: #247EE5;
}
.BgClassName
{
background-color: #247EE5;
}
</style>
border-color css
<style>
span { border-color: #247EE5; }
span { border-color: rgb(36,126,229); }
td.TdClassName
{
border-color: #247EE5;
}
.TagClassName
{
border-color: #247EE5;
}
</style>