Shades of Dodger Blue #247FE4
Tints of Dodger Blue #247FE4
RGB
CMYK
RGB Variations
Color information
#247FE4 (or 0x247FE4) is known color: Dodger Blue. HEX triplet: 24, 7F and E4. RGB value is (36,127,228). Sum of RGB (Red+Green+Blue) = 36+127+228=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #247FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FE4 is #DB801B. Grayscale: #6E6E6E. Windows color (decimal): -14385180 or 14974756. OLE color: 14974756.
HSL color Cylindrical-coordinate representation of color #247FE4: hue angle of 211.56º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247FE4 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 127 | 228 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.11 |
| HSL | 211.56º | 0.78% | 0.52% | - |
| HSV(B) | 211.56º | 0.84% | 0.89% | - |
| XYZ | 22.32 | 21.16 | 76.31 | - |
| YUV | 111.31 | 193.85 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 228 | 0.84 | 0.44 | 0 | 0.11 | 211.56 | 0.78 | 0.52 |
| Hex | 24 | 7F | E4 | 54 | 2C | 0 | B | D4 | 4E | 34 |
| Octal | 44 | 177 | 344 | 124 | 54 | 0 | 13 | 324 | 116 | 64 |
| Binary | 100100 | 1111111 | 11100100 | 1010100 | 101100 | 0 | 1011 | 11010100 | 1001110 | 110100 |
Color Harmonies of #247FE4
Complementary color
Monochromatic Colors of #247FE4
Black with #247FE4
Text Example
Text Example
White with #247FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FE4; }
p { color: rgb(36,127,228); }
H1.HeaderClassName
{
color: #247FE4;
}
.AnyTagClassName
{
color: #247FE4;
}
</style>
background-color css
<style>
a { background-color: #247FE4; }
a { background-color: rgb(36,127,228); }
div.DivClassName
{
background-color: #247FE4;
}
.BgClassName
{
background-color: #247FE4;
}
</style>
border-color css
<style>
span { border-color: #247FE4; }
span { border-color: rgb(36,127,228); }
td.TdClassName
{
border-color: #247FE4;
}
.TagClassName
{
border-color: #247FE4;
}
</style>