Shades of Royal Blue #245CFF
Tints of Royal Blue #245CFF
RGB
CMYK
RGB Variations
Color information
#245CFF (or 0x245CFF) is known color: Royal Blue. HEX triplet: 24, 5C and FF. RGB value is (36,92,255). Sum of RGB (Red+Green+Blue) = 36+92+255=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #245CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CFF is #DBA300. Grayscale: #5D5D5D. Windows color (decimal): -14394113 or 16735268. OLE color: 16735268.
HSL color Cylindrical-coordinate representation of color #245CFF: hue angle of 224.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245CFF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 92 | 255 | - |
| CMYK | 0.86 | 0.64 | 0 | 0 |
| HSL | 224.66º | 1% | 0.57% | - |
| HSV(B) | 224.66º | 0.86% | 1% | - |
| XYZ | 22.6 | 15.25 | 96.36 | - |
| YUV | 93.84 | 218.95 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 255 | 0.86 | 0.64 | 0 | 0 | 224.66 | 1 | 0.57 |
| Hex | 24 | 5C | FF | 56 | 40 | 0 | 0 | E1 | 64 | 39 |
| Octal | 44 | 134 | 377 | 126 | 100 | 0 | 0 | 341 | 144 | 71 |
| Binary | 100100 | 1011100 | 11111111 | 1010110 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111001 |
Color Harmonies of #245CFF
Complementary color
Monochromatic Colors of #245CFF
Black with #245CFF
Text Example
Text Example
White with #245CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CFF; }
p { color: rgb(36,92,255); }
H1.HeaderClassName
{
color: #245CFF;
}
.AnyTagClassName
{
color: #245CFF;
}
</style>
background-color css
<style>
a { background-color: #245CFF; }
a { background-color: rgb(36,92,255); }
div.DivClassName
{
background-color: #245CFF;
}
.BgClassName
{
background-color: #245CFF;
}
</style>
border-color css
<style>
span { border-color: #245CFF; }
span { border-color: rgb(36,92,255); }
td.TdClassName
{
border-color: #245CFF;
}
.TagClassName
{
border-color: #245CFF;
}
</style>