Shades of Dodger Blue #247FF8
Tints of Dodger Blue #247FF8
RGB
CMYK
RGB Variations
Color information
#247FF8 (or 0x247FF8) is known color: Dodger Blue. HEX triplet: 24, 7F and F8. RGB value is (36,127,248). Sum of RGB (Red+Green+Blue) = 36+127+248=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #247FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FF8 is #DB8007. Grayscale: #717171. Windows color (decimal): -14385160 or 16285476. OLE color: 16285476.
HSL color Cylindrical-coordinate representation of color #247FF8: hue angle of 214.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247FF8 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 127 | 248 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.03 |
| HSL | 214.25º | 0.94% | 0.56% | - |
| HSV(B) | 214.25º | 0.85% | 0.97% | - |
| XYZ | 25.26 | 22.33 | 91.79 | - |
| YUV | 113.59 | 203.85 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 248 | 0.85 | 0.49 | 0 | 0.03 | 214.25 | 0.94 | 0.56 |
| Hex | 24 | 7F | F8 | 55 | 31 | 0 | 3 | D6 | 5E | 38 |
| Octal | 44 | 177 | 370 | 125 | 61 | 0 | 3 | 326 | 136 | 70 |
| Binary | 100100 | 1111111 | 11111000 | 1010101 | 110001 | 0 | 11 | 11010110 | 1011110 | 111000 |
Color Harmonies of #247FF8
Complementary color
Monochromatic Colors of #247FF8
Black with #247FF8
Text Example
Text Example
White with #247FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FF8; }
p { color: rgb(36,127,248); }
H1.HeaderClassName
{
color: #247FF8;
}
.AnyTagClassName
{
color: #247FF8;
}
</style>
background-color css
<style>
a { background-color: #247FF8; }
a { background-color: rgb(36,127,248); }
div.DivClassName
{
background-color: #247FF8;
}
.BgClassName
{
background-color: #247FF8;
}
</style>
border-color css
<style>
span { border-color: #247FF8; }
span { border-color: rgb(36,127,248); }
td.TdClassName
{
border-color: #247FF8;
}
.TagClassName
{
border-color: #247FF8;
}
</style>