Shades of Dodger Blue #247FFF
Tints of Dodger Blue #247FFF
RGB
CMYK
RGB Variations
Color information
#247FFF (or 0x247FFF) is known color: Dodger Blue. HEX triplet: 24, 7F and FF. RGB value is (36,127,255). Sum of RGB (Red+Green+Blue) = 36+127+255=418 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.61% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #247FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FFF is #DB8000. Grayscale: #717171. Windows color (decimal): -14385153 or 16744228. OLE color: 16744228.
HSL color Cylindrical-coordinate representation of color #247FFF: hue angle of 215.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247FFF is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 127 | 255 | - |
| CMYK | 0.86 | 0.50 | 0 | 0 |
| HSL | 215.07º | 1% | 0.57% | - |
| HSV(B) | 215.07º | 0.86% | 1% | - |
| XYZ | 26.37 | 22.77 | 97.61 | - |
| YUV | 114.38 | 207.35 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 255 | 0.86 | 0.50 | 0 | 0 | 215.07 | 1 | 0.57 |
| Hex | 24 | 7F | FF | 56 | 32 | 0 | 0 | D7 | 64 | 39 |
| Octal | 44 | 177 | 377 | 126 | 62 | 0 | 0 | 327 | 144 | 71 |
| Binary | 100100 | 1111111 | 11111111 | 1010110 | 110010 | 0 | 0 | 11010111 | 1100100 | 111001 |
Color Harmonies of #247FFF
Complementary color
Monochromatic Colors of #247FFF
Black with #247FFF
Text Example
Text Example
White with #247FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FFF; }
p { color: rgb(36,127,255); }
H1.HeaderClassName
{
color: #247FFF;
}
.AnyTagClassName
{
color: #247FFF;
}
</style>
background-color css
<style>
a { background-color: #247FFF; }
a { background-color: rgb(36,127,255); }
div.DivClassName
{
background-color: #247FFF;
}
.BgClassName
{
background-color: #247FFF;
}
</style>
border-color css
<style>
span { border-color: #247FFF; }
span { border-color: rgb(36,127,255); }
td.TdClassName
{
border-color: #247FFF;
}
.TagClassName
{
border-color: #247FFF;
}
</style>