Shades of Dodger Blue #247FDD
Tints of Dodger Blue #247FDD
RGB
CMYK
RGB Variations
Color information
#247FDD (or 0x247FDD) is known color: Dodger Blue. HEX triplet: 24, 7F and DD. RGB value is (36,127,221). Sum of RGB (Red+Green+Blue) = 36+127+221=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #247FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDD is #DB8022. Grayscale: #6E6E6E. Windows color (decimal): -14385187 or 14516004. OLE color: 14516004.
HSL color Cylindrical-coordinate representation of color #247FDD: hue angle of 210.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247FDD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 127 | 221 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.13 |
| HSL | 210.49º | 0.73% | 0.5% | - |
| HSV(B) | 210.49º | 0.84% | 0.87% | - |
| XYZ | 21.37 | 20.77 | 71.29 | - |
| YUV | 110.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 221 | 0.84 | 0.43 | 0 | 0.13 | 210.49 | 0.73 | 0.5 |
| Hex | 24 | 7F | DD | 54 | 2B | 0 | D | D2 | 49 | 32 |
| Octal | 44 | 177 | 335 | 124 | 53 | 0 | 15 | 322 | 111 | 62 |
| Binary | 100100 | 1111111 | 11011101 | 1010100 | 101011 | 0 | 1101 | 11010010 | 1001001 | 110010 |
Color Harmonies of #247FDD
Complementary color
Monochromatic Colors of #247FDD
Black with #247FDD
Text Example
Text Example
White with #247FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FDD; }
p { color: rgb(36,127,221); }
H1.HeaderClassName
{
color: #247FDD;
}
.AnyTagClassName
{
color: #247FDD;
}
</style>
background-color css
<style>
a { background-color: #247FDD; }
a { background-color: rgb(36,127,221); }
div.DivClassName
{
background-color: #247FDD;
}
.BgClassName
{
background-color: #247FDD;
}
</style>
border-color css
<style>
span { border-color: #247FDD; }
span { border-color: rgb(36,127,221); }
td.TdClassName
{
border-color: #247FDD;
}
.TagClassName
{
border-color: #247FDD;
}
</style>