Shades of Dodger Blue #247FE1
Tints of Dodger Blue #247FE1
RGB
CMYK
RGB Variations
Color information
#247FE1 (or 0x247FE1) is known color: Dodger Blue. HEX triplet: 24, 7F and E1. RGB value is (36,127,225). Sum of RGB (Red+Green+Blue) = 36+127+225=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #247FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FE1 is #DB801E. Grayscale: #6E6E6E. Windows color (decimal): -14385183 or 14778148. OLE color: 14778148.
HSL color Cylindrical-coordinate representation of color #247FE1: hue angle of 211.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247FE1 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 127 | 225 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.12 |
| HSL | 211.11º | 0.76% | 0.51% | - |
| HSV(B) | 211.11º | 0.84% | 0.88% | - |
| XYZ | 21.91 | 20.99 | 74.13 | - |
| YUV | 110.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 225 | 0.84 | 0.44 | 0 | 0.12 | 211.11 | 0.76 | 0.51 |
| Hex | 24 | 7F | E1 | 54 | 2C | 0 | C | D3 | 4C | 33 |
| Octal | 44 | 177 | 341 | 124 | 54 | 0 | 14 | 323 | 114 | 63 |
| Binary | 100100 | 1111111 | 11100001 | 1010100 | 101100 | 0 | 1100 | 11010011 | 1001100 | 110011 |
Color Harmonies of #247FE1
Complementary color
Monochromatic Colors of #247FE1
Black with #247FE1
Text Example
Text Example
White with #247FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FE1; }
p { color: rgb(36,127,225); }
H1.HeaderClassName
{
color: #247FE1;
}
.AnyTagClassName
{
color: #247FE1;
}
</style>
background-color css
<style>
a { background-color: #247FE1; }
a { background-color: rgb(36,127,225); }
div.DivClassName
{
background-color: #247FE1;
}
.BgClassName
{
background-color: #247FE1;
}
</style>
border-color css
<style>
span { border-color: #247FE1; }
span { border-color: rgb(36,127,225); }
td.TdClassName
{
border-color: #247FE1;
}
.TagClassName
{
border-color: #247FE1;
}
</style>