Shades of Dodger Blue #247DFB
Tints of Dodger Blue #247DFB
RGB
CMYK
RGB Variations
Color information
#247DFB (or 0x247DFB) is known color: Dodger Blue. HEX triplet: 24, 7D and FB. RGB value is (36,125,251). Sum of RGB (Red+Green+Blue) = 36+125+251=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #247DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247DFB is #DB8204. Grayscale: #707070. Windows color (decimal): -14385669 or 16481572. OLE color: 16481572.
HSL color Cylindrical-coordinate representation of color #247DFB: hue angle of 215.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247DFB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 125 | 251 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.02 |
| HSL | 215.16º | 0.96% | 0.56% | - |
| HSV(B) | 215.16º | 0.86% | 0.98% | - |
| XYZ | 25.47 | 22.01 | 94.17 | - |
| YUV | 112.75 | 206.01 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 251 | 0.86 | 0.50 | 0 | 0.02 | 215.16 | 0.96 | 0.56 |
| Hex | 24 | 7D | FB | 56 | 32 | 0 | 2 | D7 | 60 | 38 |
| Octal | 44 | 175 | 373 | 126 | 62 | 0 | 2 | 327 | 140 | 70 |
| Binary | 100100 | 1111101 | 11111011 | 1010110 | 110010 | 0 | 10 | 11010111 | 1100000 | 111000 |
Color Harmonies of #247DFB
Complementary color
Monochromatic Colors of #247DFB
Black with #247DFB
Text Example
Text Example
White with #247DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DFB; }
p { color: rgb(36,125,251); }
H1.HeaderClassName
{
color: #247DFB;
}
.AnyTagClassName
{
color: #247DFB;
}
</style>
background-color css
<style>
a { background-color: #247DFB; }
a { background-color: rgb(36,125,251); }
div.DivClassName
{
background-color: #247DFB;
}
.BgClassName
{
background-color: #247DFB;
}
</style>
border-color css
<style>
span { border-color: #247DFB; }
span { border-color: rgb(36,125,251); }
td.TdClassName
{
border-color: #247DFB;
}
.TagClassName
{
border-color: #247DFB;
}
</style>