Shades of Dodger Blue #247DFE
Tints of Dodger Blue #247DFE
RGB
CMYK
RGB Variations
Color information
#247DFE (or 0x247DFE) is known color: Dodger Blue. HEX triplet: 24, 7D and FE. RGB value is (36,125,254). Sum of RGB (Red+Green+Blue) = 36+125+254=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #247DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247DFE is #DB8201. Grayscale: #707070. Windows color (decimal): -14385666 or 16678180. OLE color: 16678180.
HSL color Cylindrical-coordinate representation of color #247DFE: hue angle of 215.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247DFE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 125 | 254 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.00 |
| HSL | 215.5º | 0.99% | 0.57% | - |
| HSV(B) | 215.5º | 0.86% | 1% | - |
| XYZ | 25.95 | 22.2 | 96.68 | - |
| YUV | 113.1 | 207.51 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 254 | 0.86 | 0.51 | 0 | 0.00 | 215.5 | 0.99 | 0.57 |
| Hex | 24 | 7D | FE | 56 | 33 | 0 | 0 | D8 | 63 | 39 |
| Octal | 44 | 175 | 376 | 126 | 63 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100100 | 1111101 | 11111110 | 1010110 | 110011 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #247DFE
Complementary color
Monochromatic Colors of #247DFE
Black with #247DFE
Text Example
Text Example
White with #247DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DFE; }
p { color: rgb(36,125,254); }
H1.HeaderClassName
{
color: #247DFE;
}
.AnyTagClassName
{
color: #247DFE;
}
</style>
background-color css
<style>
a { background-color: #247DFE; }
a { background-color: rgb(36,125,254); }
div.DivClassName
{
background-color: #247DFE;
}
.BgClassName
{
background-color: #247DFE;
}
</style>
border-color css
<style>
span { border-color: #247DFE; }
span { border-color: rgb(36,125,254); }
td.TdClassName
{
border-color: #247DFE;
}
.TagClassName
{
border-color: #247DFE;
}
</style>