Shades of Royal Blue #245BFE
Tints of Royal Blue #245BFE
RGB
CMYK
RGB Variations
Color information
#245BFE (or 0x245BFE) is known color: Royal Blue. HEX triplet: 24, 5B and FE. RGB value is (36,91,254). Sum of RGB (Red+Green+Blue) = 36+91+254=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #245BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BFE is #DBA401. Grayscale: #5C5C5C. Windows color (decimal): -14394370 or 16669476. OLE color: 16669476.
HSL color Cylindrical-coordinate representation of color #245BFE: hue angle of 224.86º 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 #245BFE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 91 | 254 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.00 |
| HSL | 224.86º | 0.99% | 0.57% | - |
| HSV(B) | 224.86º | 0.86% | 1% | - |
| XYZ | 22.36 | 15.01 | 95.49 | - |
| YUV | 93.14 | 218.78 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 254 | 0.86 | 0.64 | 0 | 0.00 | 224.86 | 0.99 | 0.57 |
| Hex | 24 | 5B | FE | 56 | 40 | 0 | 0 | E1 | 63 | 39 |
| Octal | 44 | 133 | 376 | 126 | 100 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100100 | 1011011 | 11111110 | 1010110 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #245BFE
Complementary color
Monochromatic Colors of #245BFE
Black with #245BFE
Text Example
Text Example
White with #245BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BFE; }
p { color: rgb(36,91,254); }
H1.HeaderClassName
{
color: #245BFE;
}
.AnyTagClassName
{
color: #245BFE;
}
</style>
background-color css
<style>
a { background-color: #245BFE; }
a { background-color: rgb(36,91,254); }
div.DivClassName
{
background-color: #245BFE;
}
.BgClassName
{
background-color: #245BFE;
}
</style>
border-color css
<style>
span { border-color: #245BFE; }
span { border-color: rgb(36,91,254); }
td.TdClassName
{
border-color: #245BFE;
}
.TagClassName
{
border-color: #245BFE;
}
</style>