Shades of Dodger Blue #247EF1
Tints of Dodger Blue #247EF1
RGB
CMYK
RGB Variations
Color information
#247EF1 (or 0x247EF1) is known color: Dodger Blue. HEX triplet: 24, 7E and F1. RGB value is (36,126,241). Sum of RGB (Red+Green+Blue) = 36+126+241=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #247EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247EF1 is #DB810E. Grayscale: #6F6F6F. Windows color (decimal): -14385423 or 15826468. OLE color: 15826468.
HSL color Cylindrical-coordinate representation of color #247EF1: hue angle of 213.66º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247EF1 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 126 | 241 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.05 |
| HSL | 213.66º | 0.88% | 0.54% | - |
| HSV(B) | 213.66º | 0.85% | 0.95% | - |
| XYZ | 24.07 | 21.65 | 86.13 | - |
| YUV | 112.2 | 200.68 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 241 | 0.85 | 0.48 | 0 | 0.05 | 213.66 | 0.88 | 0.54 |
| Hex | 24 | 7E | F1 | 55 | 30 | 0 | 5 | D6 | 58 | 36 |
| Octal | 44 | 176 | 361 | 125 | 60 | 0 | 5 | 326 | 130 | 66 |
| Binary | 100100 | 1111110 | 11110001 | 1010101 | 110000 | 0 | 101 | 11010110 | 1011000 | 110110 |
Color Harmonies of #247EF1
Complementary color
Monochromatic Colors of #247EF1
Black with #247EF1
Text Example
Text Example
White with #247EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EF1; }
p { color: rgb(36,126,241); }
H1.HeaderClassName
{
color: #247EF1;
}
.AnyTagClassName
{
color: #247EF1;
}
</style>
background-color css
<style>
a { background-color: #247EF1; }
a { background-color: rgb(36,126,241); }
div.DivClassName
{
background-color: #247EF1;
}
.BgClassName
{
background-color: #247EF1;
}
</style>
border-color css
<style>
span { border-color: #247EF1; }
span { border-color: rgb(36,126,241); }
td.TdClassName
{
border-color: #247EF1;
}
.TagClassName
{
border-color: #247EF1;
}
</style>