Shades of Royal Blue #245AF1
Tints of Royal Blue #245AF1
RGB
CMYK
RGB Variations
Color information
#245AF1 (or 0x245AF1) is known color: Royal Blue. HEX triplet: 24, 5A and F1. RGB value is (36,90,241). Sum of RGB (Red+Green+Blue) = 36+90+241=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #245AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AF1 is #DBA50E. Grayscale: #5A5A5A. Windows color (decimal): -14394639 or 15817252. OLE color: 15817252.
HSL color Cylindrical-coordinate representation of color #245AF1: hue angle of 224.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245AF1 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 90 | 241 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.05 |
| HSL | 224.2º | 0.88% | 0.54% | - |
| HSV(B) | 224.2º | 0.85% | 0.95% | - |
| XYZ | 20.26 | 14.04 | 84.86 | - |
| YUV | 91.07 | 212.61 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 241 | 0.85 | 0.63 | 0 | 0.05 | 224.2 | 0.88 | 0.54 |
| Hex | 24 | 5A | F1 | 55 | 3F | 0 | 5 | E0 | 58 | 36 |
| Octal | 44 | 132 | 361 | 125 | 77 | 0 | 5 | 340 | 130 | 66 |
| Binary | 100100 | 1011010 | 11110001 | 1010101 | 111111 | 0 | 101 | 11100000 | 1011000 | 110110 |
Color Harmonies of #245AF1
Complementary color
Monochromatic Colors of #245AF1
Black with #245AF1
Text Example
Text Example
White with #245AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AF1; }
p { color: rgb(36,90,241); }
H1.HeaderClassName
{
color: #245AF1;
}
.AnyTagClassName
{
color: #245AF1;
}
</style>
background-color css
<style>
a { background-color: #245AF1; }
a { background-color: rgb(36,90,241); }
div.DivClassName
{
background-color: #245AF1;
}
.BgClassName
{
background-color: #245AF1;
}
</style>
border-color css
<style>
span { border-color: #245AF1; }
span { border-color: rgb(36,90,241); }
td.TdClassName
{
border-color: #245AF1;
}
.TagClassName
{
border-color: #245AF1;
}
</style>