Shades of Dodger Blue #247FFE
Tints of Dodger Blue #247FFE
RGB
CMYK
RGB Variations
Color information
#247FFE (or 0x247FFE) is known color: Dodger Blue. HEX triplet: 24, 7F and FE. RGB value is (36,127,254). Sum of RGB (Red+Green+Blue) = 36+127+254=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #247FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247FFE is #DB8001. Grayscale: #717171. Windows color (decimal): -14385154 or 16678692. OLE color: 16678692.
HSL color Cylindrical-coordinate representation of color #247FFE: hue angle of 214.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247FFE is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 127 | 254 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.00 |
| HSL | 214.95º | 0.99% | 0.57% | - |
| HSV(B) | 214.95º | 0.86% | 1% | - |
| XYZ | 26.21 | 22.71 | 96.77 | - |
| YUV | 114.27 | 206.85 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 254 | 0.86 | 0.50 | 0 | 0.00 | 214.95 | 0.99 | 0.57 |
| Hex | 24 | 7F | FE | 56 | 32 | 0 | 0 | D7 | 63 | 39 |
| Octal | 44 | 177 | 376 | 126 | 62 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100100 | 1111111 | 11111110 | 1010110 | 110010 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #247FFE
Complementary color
Monochromatic Colors of #247FFE
Black with #247FFE
Text Example
Text Example
White with #247FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FFE; }
p { color: rgb(36,127,254); }
H1.HeaderClassName
{
color: #247FFE;
}
.AnyTagClassName
{
color: #247FFE;
}
</style>
background-color css
<style>
a { background-color: #247FFE; }
a { background-color: rgb(36,127,254); }
div.DivClassName
{
background-color: #247FFE;
}
.BgClassName
{
background-color: #247FFE;
}
</style>
border-color css
<style>
span { border-color: #247FFE; }
span { border-color: rgb(36,127,254); }
td.TdClassName
{
border-color: #247FFE;
}
.TagClassName
{
border-color: #247FFE;
}
</style>