Shades of Dodger Blue #247FDF
Tints of Dodger Blue #247FDF
RGB
CMYK
RGB Variations
Color information
#247FDF (or 0x247FDF) is known color: Dodger Blue. HEX triplet: 24, 7F and DF. RGB value is (36,127,223). Sum of RGB (Red+Green+Blue) = 36+127+223=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #247FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDF is #DB8020. Grayscale: #6E6E6E. Windows color (decimal): -14385185 or 14647076. OLE color: 14647076.
HSL color Cylindrical-coordinate representation of color #247FDF: hue angle of 210.8º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247FDF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 127 | 223 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.13 |
| HSL | 210.8º | 0.75% | 0.51% | - |
| HSV(B) | 210.8º | 0.84% | 0.87% | - |
| XYZ | 21.64 | 20.88 | 72.7 | - |
| YUV | 110.74 | 191.35 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 223 | 0.84 | 0.43 | 0 | 0.13 | 210.8 | 0.75 | 0.51 |
| Hex | 24 | 7F | DF | 54 | 2B | 0 | D | D3 | 4B | 33 |
| Octal | 44 | 177 | 337 | 124 | 53 | 0 | 15 | 323 | 113 | 63 |
| Binary | 100100 | 1111111 | 11011111 | 1010100 | 101011 | 0 | 1101 | 11010011 | 1001011 | 110011 |
Color Harmonies of #247FDF
Complementary color
Monochromatic Colors of #247FDF
Black with #247FDF
Text Example
Text Example
White with #247FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FDF; }
p { color: rgb(36,127,223); }
H1.HeaderClassName
{
color: #247FDF;
}
.AnyTagClassName
{
color: #247FDF;
}
</style>
background-color css
<style>
a { background-color: #247FDF; }
a { background-color: rgb(36,127,223); }
div.DivClassName
{
background-color: #247FDF;
}
.BgClassName
{
background-color: #247FDF;
}
</style>
border-color css
<style>
span { border-color: #247FDF; }
span { border-color: rgb(36,127,223); }
td.TdClassName
{
border-color: #247FDF;
}
.TagClassName
{
border-color: #247FDF;
}
</style>