Shades of Royal Blue #245AF7
Tints of Royal Blue #245AF7
RGB
CMYK
RGB Variations
Color information
#245AF7 (or 0x245AF7) is known color: Royal Blue. HEX triplet: 24, 5A and F7. RGB value is (36,90,247). Sum of RGB (Red+Green+Blue) = 36+90+247=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #245AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AF7 is #DBA508. Grayscale: #5B5B5B. Windows color (decimal): -14394633 or 16210468. OLE color: 16210468.
HSL color Cylindrical-coordinate representation of color #245AF7: hue angle of 224.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245AF7 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 90 | 247 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.03 |
| HSL | 224.64º | 0.93% | 0.55% | - |
| HSV(B) | 224.64º | 0.85% | 0.97% | - |
| XYZ | 21.17 | 14.4 | 89.66 | - |
| YUV | 91.75 | 215.61 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 247 | 0.85 | 0.64 | 0 | 0.03 | 224.64 | 0.93 | 0.55 |
| Hex | 24 | 5A | F7 | 55 | 40 | 0 | 3 | E1 | 5D | 37 |
| Octal | 44 | 132 | 367 | 125 | 100 | 0 | 3 | 341 | 135 | 67 |
| Binary | 100100 | 1011010 | 11110111 | 1010101 | 1000000 | 0 | 11 | 11100001 | 1011101 | 110111 |
Color Harmonies of #245AF7
Complementary color
Monochromatic Colors of #245AF7
Black with #245AF7
Text Example
Text Example
White with #245AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AF7; }
p { color: rgb(36,90,247); }
H1.HeaderClassName
{
color: #245AF7;
}
.AnyTagClassName
{
color: #245AF7;
}
</style>
background-color css
<style>
a { background-color: #245AF7; }
a { background-color: rgb(36,90,247); }
div.DivClassName
{
background-color: #245AF7;
}
.BgClassName
{
background-color: #245AF7;
}
</style>
border-color css
<style>
span { border-color: #245AF7; }
span { border-color: rgb(36,90,247); }
td.TdClassName
{
border-color: #245AF7;
}
.TagClassName
{
border-color: #245AF7;
}
</style>