Shades of Dodger Blue #247EDF
Tints of Dodger Blue #247EDF
RGB
CMYK
RGB Variations
Color information
#247EDF (or 0x247EDF) is known color: Dodger Blue. HEX triplet: 24, 7E and DF. RGB value is (36,126,223). Sum of RGB (Red+Green+Blue) = 36+126+223=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #247EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EDF is #DB8120. Grayscale: #6D6D6D. Windows color (decimal): -14385441 or 14646820. OLE color: 14646820.
HSL color Cylindrical-coordinate representation of color #247EDF: hue angle of 211.12º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247EDF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 126 | 223 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.13 |
| HSL | 211.12º | 0.75% | 0.51% | - |
| HSV(B) | 211.12º | 0.84% | 0.87% | - |
| XYZ | 21.51 | 20.62 | 72.66 | - |
| YUV | 110.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 223 | 0.84 | 0.43 | 0 | 0.13 | 211.12 | 0.75 | 0.51 |
| Hex | 24 | 7E | DF | 54 | 2B | 0 | D | D3 | 4B | 33 |
| Octal | 44 | 176 | 337 | 124 | 53 | 0 | 15 | 323 | 113 | 63 |
| Binary | 100100 | 1111110 | 11011111 | 1010100 | 101011 | 0 | 1101 | 11010011 | 1001011 | 110011 |
Color Harmonies of #247EDF
Complementary color
Monochromatic Colors of #247EDF
Black with #247EDF
Text Example
Text Example
White with #247EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EDF; }
p { color: rgb(36,126,223); }
H1.HeaderClassName
{
color: #247EDF;
}
.AnyTagClassName
{
color: #247EDF;
}
</style>
background-color css
<style>
a { background-color: #247EDF; }
a { background-color: rgb(36,126,223); }
div.DivClassName
{
background-color: #247EDF;
}
.BgClassName
{
background-color: #247EDF;
}
</style>
border-color css
<style>
span { border-color: #247EDF; }
span { border-color: rgb(36,126,223); }
td.TdClassName
{
border-color: #247EDF;
}
.TagClassName
{
border-color: #247EDF;
}
</style>