Shades of Royal Blue #2470F0
Tints of Royal Blue #2470F0
RGB
CMYK
RGB Variations
Color information
#2470F0 (or 0x2470F0) is known color: Royal Blue. HEX triplet: 24, 70 and F0. RGB value is (36,112,240). Sum of RGB (Red+Green+Blue) = 36+112+240=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #2470F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470F0 is #DB8F0F. Grayscale: #676767. Windows color (decimal): -14389008 or 15757348. OLE color: 15757348.
HSL color Cylindrical-coordinate representation of color #2470F0: hue angle of 217.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2470F0 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 112 | 240 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.06 |
| HSL | 217.65º | 0.87% | 0.54% | - |
| HSV(B) | 217.65º | 0.85% | 0.94% | - |
| XYZ | 22.25 | 18.25 | 84.79 | - |
| YUV | 103.87 | 204.82 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 240 | 0.85 | 0.53 | 0 | 0.06 | 217.65 | 0.87 | 0.54 |
| Hex | 24 | 70 | F0 | 55 | 35 | 0 | 6 | DA | 57 | 36 |
| Octal | 44 | 160 | 360 | 125 | 65 | 0 | 6 | 332 | 127 | 66 |
| Binary | 100100 | 1110000 | 11110000 | 1010101 | 110101 | 0 | 110 | 11011010 | 1010111 | 110110 |
Color Harmonies of #2470F0
Complementary color
Monochromatic Colors of #2470F0
Black with #2470F0
Text Example
Text Example
White with #2470F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470F0; }
p { color: rgb(36,112,240); }
H1.HeaderClassName
{
color: #2470F0;
}
.AnyTagClassName
{
color: #2470F0;
}
</style>
background-color css
<style>
a { background-color: #2470F0; }
a { background-color: rgb(36,112,240); }
div.DivClassName
{
background-color: #2470F0;
}
.BgClassName
{
background-color: #2470F0;
}
</style>
border-color css
<style>
span { border-color: #2470F0; }
span { border-color: rgb(36,112,240); }
td.TdClassName
{
border-color: #2470F0;
}
.TagClassName
{
border-color: #2470F0;
}
</style>