Shades of Dodger Blue #247DE7
Tints of Dodger Blue #247DE7
RGB
CMYK
RGB Variations
Color information
#247DE7 (or 0x247DE7) is known color: Dodger Blue. HEX triplet: 24, 7D and E7. RGB value is (36,125,231). Sum of RGB (Red+Green+Blue) = 36+125+231=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #247DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247DE7 is #DB8218. Grayscale: #6D6D6D. Windows color (decimal): -14385689 or 15170852. OLE color: 15170852.
HSL color Cylindrical-coordinate representation of color #247DE7: hue angle of 212.62º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247DE7 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 125 | 231 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.09 |
| HSL | 212.62º | 0.8% | 0.52% | - |
| HSV(B) | 212.62º | 0.84% | 0.91% | - |
| XYZ | 22.48 | 20.81 | 78.43 | - |
| YUV | 110.47 | 196.01 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 231 | 0.84 | 0.46 | 0 | 0.09 | 212.62 | 0.8 | 0.52 |
| Hex | 24 | 7D | E7 | 54 | 2E | 0 | 9 | D5 | 50 | 34 |
| Octal | 44 | 175 | 347 | 124 | 56 | 0 | 11 | 325 | 120 | 64 |
| Binary | 100100 | 1111101 | 11100111 | 1010100 | 101110 | 0 | 1001 | 11010101 | 1010000 | 110100 |
Color Harmonies of #247DE7
Complementary color
Monochromatic Colors of #247DE7
Black with #247DE7
Text Example
Text Example
White with #247DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DE7; }
p { color: rgb(36,125,231); }
H1.HeaderClassName
{
color: #247DE7;
}
.AnyTagClassName
{
color: #247DE7;
}
</style>
background-color css
<style>
a { background-color: #247DE7; }
a { background-color: rgb(36,125,231); }
div.DivClassName
{
background-color: #247DE7;
}
.BgClassName
{
background-color: #247DE7;
}
</style>
border-color css
<style>
span { border-color: #247DE7; }
span { border-color: rgb(36,125,231); }
td.TdClassName
{
border-color: #247DE7;
}
.TagClassName
{
border-color: #247DE7;
}
</style>