Shades of Dodger Blue #247CFD
Tints of Dodger Blue #247CFD
RGB
CMYK
RGB Variations
Color information
#247CFD (or 0x247CFD) is known color: Dodger Blue. HEX triplet: 24, 7C and FD. RGB value is (36,124,253). Sum of RGB (Red+Green+Blue) = 36+124+253=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #247CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247CFD is #DB8302. Grayscale: #6F6F6F. Windows color (decimal): -14385923 or 16612388. OLE color: 16612388.
HSL color Cylindrical-coordinate representation of color #247CFD: hue angle of 215.67º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247CFD is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 124 | 253 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.01 |
| HSL | 215.67º | 0.98% | 0.57% | - |
| HSV(B) | 215.67º | 0.86% | 0.99% | - |
| XYZ | 25.66 | 21.88 | 95.8 | - |
| YUV | 112.39 | 207.35 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 253 | 0.86 | 0.51 | 0 | 0.01 | 215.67 | 0.98 | 0.57 |
| Hex | 24 | 7C | FD | 56 | 33 | 0 | 1 | D8 | 62 | 39 |
| Octal | 44 | 174 | 375 | 126 | 63 | 0 | 1 | 330 | 142 | 71 |
| Binary | 100100 | 1111100 | 11111101 | 1010110 | 110011 | 0 | 1 | 11011000 | 1100010 | 111001 |
Color Harmonies of #247CFD
Complementary color
Monochromatic Colors of #247CFD
Black with #247CFD
Text Example
Text Example
White with #247CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247CFD; }
p { color: rgb(36,124,253); }
H1.HeaderClassName
{
color: #247CFD;
}
.AnyTagClassName
{
color: #247CFD;
}
</style>
background-color css
<style>
a { background-color: #247CFD; }
a { background-color: rgb(36,124,253); }
div.DivClassName
{
background-color: #247CFD;
}
.BgClassName
{
background-color: #247CFD;
}
</style>
border-color css
<style>
span { border-color: #247CFD; }
span { border-color: rgb(36,124,253); }
td.TdClassName
{
border-color: #247CFD;
}
.TagClassName
{
border-color: #247CFD;
}
</style>