Shades of Dodger Blue #247EFF
Tints of Dodger Blue #247EFF
RGB
CMYK
RGB Variations
Color information
#247EFF (or 0x247EFF) is known color: Dodger Blue. HEX triplet: 24, 7E and FF. RGB value is (36,126,255). Sum of RGB (Red+Green+Blue) = 36+126+255=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #247EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EFF is #DB8100. Grayscale: #717171. Windows color (decimal): -14385409 or 16743972. OLE color: 16743972.
HSL color Cylindrical-coordinate representation of color #247EFF: hue angle of 215.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247EFF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 126 | 255 | - |
| CMYK | 0.86 | 0.51 | 0 | 0 |
| HSL | 215.34º | 1% | 0.57% | - |
| HSV(B) | 215.34º | 0.86% | 1% | - |
| XYZ | 26.24 | 22.52 | 97.57 | - |
| YUV | 113.8 | 207.68 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 255 | 0.86 | 0.51 | 0 | 0 | 215.34 | 1 | 0.57 |
| Hex | 24 | 7E | FF | 56 | 33 | 0 | 0 | D7 | 64 | 39 |
| Octal | 44 | 176 | 377 | 126 | 63 | 0 | 0 | 327 | 144 | 71 |
| Binary | 100100 | 1111110 | 11111111 | 1010110 | 110011 | 0 | 0 | 11010111 | 1100100 | 111001 |
Color Harmonies of #247EFF
Complementary color
Monochromatic Colors of #247EFF
Black with #247EFF
Text Example
Text Example
White with #247EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EFF; }
p { color: rgb(36,126,255); }
H1.HeaderClassName
{
color: #247EFF;
}
.AnyTagClassName
{
color: #247EFF;
}
</style>
background-color css
<style>
a { background-color: #247EFF; }
a { background-color: rgb(36,126,255); }
div.DivClassName
{
background-color: #247EFF;
}
.BgClassName
{
background-color: #247EFF;
}
</style>
border-color css
<style>
span { border-color: #247EFF; }
span { border-color: rgb(36,126,255); }
td.TdClassName
{
border-color: #247EFF;
}
.TagClassName
{
border-color: #247EFF;
}
</style>