Shades of Royal Blue #245CFE
Tints of Royal Blue #245CFE
RGB
CMYK
RGB Variations
Color information
#245CFE (or 0x245CFE) is known color: Royal Blue. HEX triplet: 24, 5C and FE. RGB value is (36,92,254). Sum of RGB (Red+Green+Blue) = 36+92+254=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #245CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CFE is #DBA301. Grayscale: #5D5D5D. Windows color (decimal): -14394114 or 16669732. OLE color: 16669732.
HSL color Cylindrical-coordinate representation of color #245CFE: hue angle of 224.59º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245CFE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 92 | 254 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.00 |
| HSL | 224.59º | 0.99% | 0.57% | - |
| HSV(B) | 224.59º | 0.86% | 1% | - |
| XYZ | 22.44 | 15.19 | 95.51 | - |
| YUV | 93.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 254 | 0.86 | 0.64 | 0 | 0.00 | 224.59 | 0.99 | 0.57 |
| Hex | 24 | 5C | FE | 56 | 40 | 0 | 0 | E1 | 63 | 39 |
| Octal | 44 | 134 | 376 | 126 | 100 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100100 | 1011100 | 11111110 | 1010110 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #245CFE
Complementary color
Monochromatic Colors of #245CFE
Black with #245CFE
Text Example
Text Example
White with #245CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CFE; }
p { color: rgb(36,92,254); }
H1.HeaderClassName
{
color: #245CFE;
}
.AnyTagClassName
{
color: #245CFE;
}
</style>
background-color css
<style>
a { background-color: #245CFE; }
a { background-color: rgb(36,92,254); }
div.DivClassName
{
background-color: #245CFE;
}
.BgClassName
{
background-color: #245CFE;
}
</style>
border-color css
<style>
span { border-color: #245CFE; }
span { border-color: rgb(36,92,254); }
td.TdClassName
{
border-color: #245CFE;
}
.TagClassName
{
border-color: #245CFE;
}
</style>