Shades of Royal Blue #245DFA
Tints of Royal Blue #245DFA
RGB
CMYK
RGB Variations
Color information
#245DFA (or 0x245DFA) is known color: Royal Blue. HEX triplet: 24, 5D and FA. RGB value is (36,93,250). Sum of RGB (Red+Green+Blue) = 36+93+250=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #245DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DFA is #DBA205. Grayscale: #5D5D5D. Windows color (decimal): -14393862 or 16407844. OLE color: 16407844.
HSL color Cylindrical-coordinate representation of color #245DFA: hue angle of 224.02º 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 #245DFA is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 93 | 250 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.02 |
| HSL | 224.02º | 0.96% | 0.56% | - |
| HSV(B) | 224.02º | 0.86% | 0.98% | - |
| XYZ | 21.9 | 15.11 | 92.2 | - |
| YUV | 93.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 250 | 0.86 | 0.63 | 0 | 0.02 | 224.02 | 0.96 | 0.56 |
| Hex | 24 | 5D | FA | 56 | 3F | 0 | 2 | E0 | 60 | 38 |
| Octal | 44 | 135 | 372 | 126 | 77 | 0 | 2 | 340 | 140 | 70 |
| Binary | 100100 | 1011101 | 11111010 | 1010110 | 111111 | 0 | 10 | 11100000 | 1100000 | 111000 |
Color Harmonies of #245DFA
Complementary color
Monochromatic Colors of #245DFA
Black with #245DFA
Text Example
Text Example
White with #245DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DFA; }
p { color: rgb(36,93,250); }
H1.HeaderClassName
{
color: #245DFA;
}
.AnyTagClassName
{
color: #245DFA;
}
</style>
background-color css
<style>
a { background-color: #245DFA; }
a { background-color: rgb(36,93,250); }
div.DivClassName
{
background-color: #245DFA;
}
.BgClassName
{
background-color: #245DFA;
}
</style>
border-color css
<style>
span { border-color: #245DFA; }
span { border-color: rgb(36,93,250); }
td.TdClassName
{
border-color: #245DFA;
}
.TagClassName
{
border-color: #245DFA;
}
</style>