Shades of Dodger Blue #247AFE
Tints of Dodger Blue #247AFE
RGB
CMYK
RGB Variations
Color information
#247AFE (or 0x247AFE) is known color: Dodger Blue. HEX triplet: 24, 7A and FE. RGB value is (36,122,254). Sum of RGB (Red+Green+Blue) = 36+122+254=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #247AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247AFE is #DB8501. Grayscale: #6E6E6E. Windows color (decimal): -14386434 or 16677412. OLE color: 16677412.
HSL color Cylindrical-coordinate representation of color #247AFE: hue angle of 216.33º 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 #247AFE is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 122 | 254 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.00 |
| HSL | 216.33º | 0.99% | 0.57% | - |
| HSV(B) | 216.33º | 0.86% | 1% | - |
| XYZ | 25.58 | 21.45 | 96.56 | - |
| YUV | 111.33 | 208.51 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 254 | 0.86 | 0.52 | 0 | 0.00 | 216.33 | 0.99 | 0.57 |
| Hex | 24 | 7A | FE | 56 | 34 | 0 | 0 | D8 | 63 | 39 |
| Octal | 44 | 172 | 376 | 126 | 64 | 0 | 0 | 330 | 143 | 71 |
| Binary | 100100 | 1111010 | 11111110 | 1010110 | 110100 | 0 | 0 | 11011000 | 1100011 | 111001 |
Color Harmonies of #247AFE
Complementary color
Monochromatic Colors of #247AFE
Black with #247AFE
Text Example
Text Example
White with #247AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247AFE; }
p { color: rgb(36,122,254); }
H1.HeaderClassName
{
color: #247AFE;
}
.AnyTagClassName
{
color: #247AFE;
}
</style>
background-color css
<style>
a { background-color: #247AFE; }
a { background-color: rgb(36,122,254); }
div.DivClassName
{
background-color: #247AFE;
}
.BgClassName
{
background-color: #247AFE;
}
</style>
border-color css
<style>
span { border-color: #247AFE; }
span { border-color: rgb(36,122,254); }
td.TdClassName
{
border-color: #247AFE;
}
.TagClassName
{
border-color: #247AFE;
}
</style>