Shades of Royal Blue #245DFE
Tints of Royal Blue #245DFE
RGB
CMYK
RGB Variations
Color information
#245DFE (or 0x245DFE) is known color: Royal Blue. HEX triplet: 24, 5D and FE. RGB value is (36,93,254). Sum of RGB (Red+Green+Blue) = 36+93+254=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #245DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DFE is #DBA201. Grayscale: #5D5D5D. Windows color (decimal): -14393858 or 16669988. OLE color: 16669988.
HSL color Cylindrical-coordinate representation of color #245DFE: hue angle of 224.31º 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 #245DFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 93 | 254 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.00 |
| HSL | 224.31º | 0.99% | 0.57% | - |
| HSV(B) | 224.31º | 0.86% | 1% | - |
| XYZ | 22.53 | 15.36 | 95.54 | - |
| YUV | 94.31 | 218.12 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 254 | 0.86 | 0.63 | 0 | 0.00 | 224.31 | 0.99 | 0.57 |
| Hex | 24 | 5D | FE | 56 | 3F | 0 | 0 | E0 | 63 | 39 |
| Octal | 44 | 135 | 376 | 126 | 77 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100100 | 1011101 | 11111110 | 1010110 | 111111 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #245DFE
Complementary color
Monochromatic Colors of #245DFE
Black with #245DFE
Text Example
Text Example
White with #245DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DFE; }
p { color: rgb(36,93,254); }
H1.HeaderClassName
{
color: #245DFE;
}
.AnyTagClassName
{
color: #245DFE;
}
</style>
background-color css
<style>
a { background-color: #245DFE; }
a { background-color: rgb(36,93,254); }
div.DivClassName
{
background-color: #245DFE;
}
.BgClassName
{
background-color: #245DFE;
}
</style>
border-color css
<style>
span { border-color: #245DFE; }
span { border-color: rgb(36,93,254); }
td.TdClassName
{
border-color: #245DFE;
}
.TagClassName
{
border-color: #245DFE;
}
</style>