Shades of Royal Blue #245AF0
Tints of Royal Blue #245AF0
RGB
CMYK
RGB Variations
Color information
#245AF0 (or 0x245AF0) is known color: Royal Blue. HEX triplet: 24, 5A and F0. RGB value is (36,90,240). Sum of RGB (Red+Green+Blue) = 36+90+240=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #245AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AF0 is #DBA50F. Grayscale: #5A5A5A. Windows color (decimal): -14394640 or 15751716. OLE color: 15751716.
HSL color Cylindrical-coordinate representation of color #245AF0: hue angle of 224.12º 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 #245AF0 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 90 | 240 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.06 |
| HSL | 224.12º | 0.87% | 0.54% | - |
| HSV(B) | 224.12º | 0.85% | 0.94% | - |
| XYZ | 20.11 | 13.98 | 84.08 | - |
| YUV | 90.95 | 212.11 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 240 | 0.85 | 0.62 | 0 | 0.06 | 224.12 | 0.87 | 0.54 |
| Hex | 24 | 5A | F0 | 55 | 3E | 0 | 6 | E0 | 57 | 36 |
| Octal | 44 | 132 | 360 | 125 | 76 | 0 | 6 | 340 | 127 | 66 |
| Binary | 100100 | 1011010 | 11110000 | 1010101 | 111110 | 0 | 110 | 11100000 | 1010111 | 110110 |
Color Harmonies of #245AF0
Complementary color
Monochromatic Colors of #245AF0
Black with #245AF0
Text Example
Text Example
White with #245AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AF0; }
p { color: rgb(36,90,240); }
H1.HeaderClassName
{
color: #245AF0;
}
.AnyTagClassName
{
color: #245AF0;
}
</style>
background-color css
<style>
a { background-color: #245AF0; }
a { background-color: rgb(36,90,240); }
div.DivClassName
{
background-color: #245AF0;
}
.BgClassName
{
background-color: #245AF0;
}
</style>
border-color css
<style>
span { border-color: #245AF0; }
span { border-color: rgb(36,90,240); }
td.TdClassName
{
border-color: #245AF0;
}
.TagClassName
{
border-color: #245AF0;
}
</style>