Shades of Dodger Blue #247BE0
Tints of Dodger Blue #247BE0
RGB
CMYK
RGB Variations
Color information
#247BE0 (or 0x247BE0) is known color: Dodger Blue. HEX triplet: 24, 7B and E0. RGB value is (36,123,224). Sum of RGB (Red+Green+Blue) = 36+123+224=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #247BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BE0 is #DB841F. Grayscale: #6C6C6C. Windows color (decimal): -14386208 or 14711588. OLE color: 14711588.
HSL color Cylindrical-coordinate representation of color #247BE0: hue angle of 212.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247BE0 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 123 | 224 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.12 |
| HSL | 212.23º | 0.75% | 0.51% | - |
| HSV(B) | 212.23º | 0.84% | 0.88% | - |
| XYZ | 21.27 | 19.92 | 73.25 | - |
| YUV | 108.5 | 193.18 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 224 | 0.84 | 0.45 | 0 | 0.12 | 212.23 | 0.75 | 0.51 |
| Hex | 24 | 7B | E0 | 54 | 2D | 0 | C | D4 | 4B | 33 |
| Octal | 44 | 173 | 340 | 124 | 55 | 0 | 14 | 324 | 113 | 63 |
| Binary | 100100 | 1111011 | 11100000 | 1010100 | 101101 | 0 | 1100 | 11010100 | 1001011 | 110011 |
Color Harmonies of #247BE0
Complementary color
Monochromatic Colors of #247BE0
Black with #247BE0
Text Example
Text Example
White with #247BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BE0; }
p { color: rgb(36,123,224); }
H1.HeaderClassName
{
color: #247BE0;
}
.AnyTagClassName
{
color: #247BE0;
}
</style>
background-color css
<style>
a { background-color: #247BE0; }
a { background-color: rgb(36,123,224); }
div.DivClassName
{
background-color: #247BE0;
}
.BgClassName
{
background-color: #247BE0;
}
</style>
border-color css
<style>
span { border-color: #247BE0; }
span { border-color: rgb(36,123,224); }
td.TdClassName
{
border-color: #247BE0;
}
.TagClassName
{
border-color: #247BE0;
}
</style>