Shades of Dodger Blue #2470F4
Tints of Dodger Blue #2470F4
RGB
CMYK
RGB Variations
Color information
#2470F4 (or 0x2470F4) is known color: Dodger Blue. HEX triplet: 24, 70 and F4. RGB value is (36,112,244). Sum of RGB (Red+Green+Blue) = 36+112+244=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 244 (95.70% from 255 or 62.24% from 392); Max value from RGB is 244 - color contains mainly: blue. Hex color #2470F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470F4 is #DB8F0B. Grayscale: #676767. Windows color (decimal): -14389004 or 16019492. OLE color: 16019492.
HSL color Cylindrical-coordinate representation of color #2470F4: hue angle of 218.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2470F4 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 112 | 244 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.04 |
| HSL | 218.08º | 0.9% | 0.55% | - |
| HSV(B) | 218.08º | 0.85% | 0.96% | - |
| XYZ | 22.85 | 18.5 | 87.95 | - |
| YUV | 104.32 | 206.82 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 244 | 0.85 | 0.54 | 0 | 0.04 | 218.08 | 0.9 | 0.55 |
| Hex | 24 | 70 | F4 | 55 | 36 | 0 | 4 | DA | 5A | 37 |
| Octal | 44 | 160 | 364 | 125 | 66 | 0 | 4 | 332 | 132 | 67 |
| Binary | 100100 | 1110000 | 11110100 | 1010101 | 110110 | 0 | 100 | 11011010 | 1011010 | 110111 |
Color Harmonies of #2470F4
Complementary color
Monochromatic Colors of #2470F4
Black with #2470F4
Text Example
Text Example
White with #2470F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470F4; }
p { color: rgb(36,112,244); }
H1.HeaderClassName
{
color: #2470F4;
}
.AnyTagClassName
{
color: #2470F4;
}
</style>
background-color css
<style>
a { background-color: #2470F4; }
a { background-color: rgb(36,112,244); }
div.DivClassName
{
background-color: #2470F4;
}
.BgClassName
{
background-color: #2470F4;
}
</style>
border-color css
<style>
span { border-color: #2470F4; }
span { border-color: rgb(36,112,244); }
td.TdClassName
{
border-color: #2470F4;
}
.TagClassName
{
border-color: #2470F4;
}
</style>