Shades of Dodger Blue #247FF1
Tints of Dodger Blue #247FF1
RGB
CMYK
RGB Variations
Color information
#247FF1 (or 0x247FF1) is known color: Dodger Blue. HEX triplet: 24, 7F and F1. RGB value is (36,127,241). Sum of RGB (Red+Green+Blue) = 36+127+241=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #247FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FF1 is #DB800E. Grayscale: #707070. Windows color (decimal): -14385167 or 15826724. OLE color: 15826724.
HSL color Cylindrical-coordinate representation of color #247FF1: hue angle of 213.37º 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 #247FF1 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 127 | 241 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.05 |
| HSL | 213.37º | 0.88% | 0.54% | - |
| HSV(B) | 213.37º | 0.85% | 0.95% | - |
| XYZ | 24.19 | 21.9 | 86.17 | - |
| YUV | 112.79 | 200.35 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 241 | 0.85 | 0.47 | 0 | 0.05 | 213.37 | 0.88 | 0.54 |
| Hex | 24 | 7F | F1 | 55 | 2F | 0 | 5 | D5 | 58 | 36 |
| Octal | 44 | 177 | 361 | 125 | 57 | 0 | 5 | 325 | 130 | 66 |
| Binary | 100100 | 1111111 | 11110001 | 1010101 | 101111 | 0 | 101 | 11010101 | 1011000 | 110110 |
Color Harmonies of #247FF1
Complementary color
Monochromatic Colors of #247FF1
Black with #247FF1
Text Example
Text Example
White with #247FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FF1; }
p { color: rgb(36,127,241); }
H1.HeaderClassName
{
color: #247FF1;
}
.AnyTagClassName
{
color: #247FF1;
}
</style>
background-color css
<style>
a { background-color: #247FF1; }
a { background-color: rgb(36,127,241); }
div.DivClassName
{
background-color: #247FF1;
}
.BgClassName
{
background-color: #247FF1;
}
</style>
border-color css
<style>
span { border-color: #247FF1; }
span { border-color: rgb(36,127,241); }
td.TdClassName
{
border-color: #247FF1;
}
.TagClassName
{
border-color: #247FF1;
}
</style>