Shades of Dodger Blue #247DFF
Tints of Dodger Blue #247DFF
RGB
CMYK
RGB Variations
Color information
#247DFF (or 0x247DFF) is known color: Dodger Blue. HEX triplet: 24, 7D and FF. RGB value is (36,125,255). Sum of RGB (Red+Green+Blue) = 36+125+255=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #247DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247DFF is #DB8200. Grayscale: #707070. Windows color (decimal): -14385665 or 16743716. OLE color: 16743716.
HSL color Cylindrical-coordinate representation of color #247DFF: hue angle of 215.62º 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 #247DFF is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 125 | 255 | - |
| CMYK | 0.86 | 0.51 | 0 | 0 |
| HSL | 215.62º | 1% | 0.57% | - |
| HSV(B) | 215.62º | 0.86% | 1% | - |
| XYZ | 26.11 | 22.26 | 97.53 | - |
| YUV | 113.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 255 | 0.86 | 0.51 | 0 | 0 | 215.62 | 1 | 0.57 |
| Hex | 24 | 7D | FF | 56 | 33 | 0 | 0 | D8 | 64 | 39 |
| Octal | 44 | 175 | 377 | 126 | 63 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100100 | 1111101 | 11111111 | 1010110 | 110011 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #247DFF
Complementary color
Monochromatic Colors of #247DFF
Black with #247DFF
Text Example
Text Example
White with #247DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DFF; }
p { color: rgb(36,125,255); }
H1.HeaderClassName
{
color: #247DFF;
}
.AnyTagClassName
{
color: #247DFF;
}
</style>
background-color css
<style>
a { background-color: #247DFF; }
a { background-color: rgb(36,125,255); }
div.DivClassName
{
background-color: #247DFF;
}
.BgClassName
{
background-color: #247DFF;
}
</style>
border-color css
<style>
span { border-color: #247DFF; }
span { border-color: rgb(36,125,255); }
td.TdClassName
{
border-color: #247DFF;
}
.TagClassName
{
border-color: #247DFF;
}
</style>