Shades of Royal Blue #245FFE
Tints of Royal Blue #245FFE
RGB
CMYK
RGB Variations
Color information
#245FFE (or 0x245FFE) is known color: Royal Blue. HEX triplet: 24, 5F and FE. RGB value is (36,95,254). Sum of RGB (Red+Green+Blue) = 36+95+254=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #245FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FFE is #DBA001. Grayscale: #5E5E5E. Windows color (decimal): -14393346 or 16670500. OLE color: 16670500.
HSL color Cylindrical-coordinate representation of color #245FFE: hue angle of 223.76º 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 #245FFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 95 | 254 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.00 |
| HSL | 223.76º | 0.99% | 0.57% | - |
| HSV(B) | 223.76º | 0.86% | 1% | - |
| XYZ | 22.71 | 15.72 | 95.6 | - |
| YUV | 95.49 | 217.45 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 254 | 0.86 | 0.63 | 0 | 0.00 | 223.76 | 0.99 | 0.57 |
| Hex | 24 | 5F | FE | 56 | 3F | 0 | 0 | E0 | 63 | 39 |
| Octal | 44 | 137 | 376 | 126 | 77 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100100 | 1011111 | 11111110 | 1010110 | 111111 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #245FFE
Complementary color
Monochromatic Colors of #245FFE
Black with #245FFE
Text Example
Text Example
White with #245FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FFE; }
p { color: rgb(36,95,254); }
H1.HeaderClassName
{
color: #245FFE;
}
.AnyTagClassName
{
color: #245FFE;
}
</style>
background-color css
<style>
a { background-color: #245FFE; }
a { background-color: rgb(36,95,254); }
div.DivClassName
{
background-color: #245FFE;
}
.BgClassName
{
background-color: #245FFE;
}
</style>
border-color css
<style>
span { border-color: #245FFE; }
span { border-color: rgb(36,95,254); }
td.TdClassName
{
border-color: #245FFE;
}
.TagClassName
{
border-color: #245FFE;
}
</style>