Shades of Royal Blue #245CFA
Tints of Royal Blue #245CFA
RGB
CMYK
RGB Variations
Color information
#245CFA (or 0x245CFA) is known color: Royal Blue. HEX triplet: 24, 5C and FA. RGB value is (36,92,250). Sum of RGB (Red+Green+Blue) = 36+92+250=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #245CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CFA is #DBA305. Grayscale: #5C5C5C. Windows color (decimal): -14394118 or 16407588. OLE color: 16407588.
HSL color Cylindrical-coordinate representation of color #245CFA: hue angle of 224.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245CFA is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 92 | 250 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.02 |
| HSL | 224.3º | 0.96% | 0.56% | - |
| HSV(B) | 224.3º | 0.86% | 0.98% | - |
| XYZ | 21.81 | 14.93 | 92.18 | - |
| YUV | 93.27 | 216.45 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 250 | 0.86 | 0.63 | 0 | 0.02 | 224.3 | 0.96 | 0.56 |
| Hex | 24 | 5C | FA | 56 | 3F | 0 | 2 | E0 | 60 | 38 |
| Octal | 44 | 134 | 372 | 126 | 77 | 0 | 2 | 340 | 140 | 70 |
| Binary | 100100 | 1011100 | 11111010 | 1010110 | 111111 | 0 | 10 | 11100000 | 1100000 | 111000 |
Color Harmonies of #245CFA
Complementary color
Monochromatic Colors of #245CFA
Black with #245CFA
Text Example
Text Example
White with #245CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CFA; }
p { color: rgb(36,92,250); }
H1.HeaderClassName
{
color: #245CFA;
}
.AnyTagClassName
{
color: #245CFA;
}
</style>
background-color css
<style>
a { background-color: #245CFA; }
a { background-color: rgb(36,92,250); }
div.DivClassName
{
background-color: #245CFA;
}
.BgClassName
{
background-color: #245CFA;
}
</style>
border-color css
<style>
span { border-color: #245CFA; }
span { border-color: rgb(36,92,250); }
td.TdClassName
{
border-color: #245CFA;
}
.TagClassName
{
border-color: #245CFA;
}
</style>