Shades of Royal Blue #245CFD
Tints of Royal Blue #245CFD
RGB
CMYK
RGB Variations
Color information
#245CFD (or 0x245CFD) is known color: Royal Blue. HEX triplet: 24, 5C and FD. RGB value is (36,92,253). Sum of RGB (Red+Green+Blue) = 36+92+253=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #245CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CFD is #DBA302. Grayscale: #5C5C5C. Windows color (decimal): -14394115 or 16604196. OLE color: 16604196.
HSL color Cylindrical-coordinate representation of color #245CFD: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245CFD is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 92 | 253 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.01 |
| HSL | 224.52º | 0.98% | 0.57% | - |
| HSV(B) | 224.52º | 0.86% | 0.99% | - |
| XYZ | 22.28 | 15.12 | 94.67 | - |
| YUV | 93.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 253 | 0.86 | 0.64 | 0 | 0.01 | 224.52 | 0.98 | 0.57 |
| Hex | 24 | 5C | FD | 56 | 40 | 0 | 1 | E1 | 62 | 39 |
| Octal | 44 | 134 | 375 | 126 | 100 | 0 | 1 | 341 | 142 | 71 |
| Binary | 100100 | 1011100 | 11111101 | 1010110 | 1000000 | 0 | 1 | 11100001 | 1100010 | 111001 |
Color Harmonies of #245CFD
Complementary color
Monochromatic Colors of #245CFD
Black with #245CFD
Text Example
Text Example
White with #245CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CFD; }
p { color: rgb(36,92,253); }
H1.HeaderClassName
{
color: #245CFD;
}
.AnyTagClassName
{
color: #245CFD;
}
</style>
background-color css
<style>
a { background-color: #245CFD; }
a { background-color: rgb(36,92,253); }
div.DivClassName
{
background-color: #245CFD;
}
.BgClassName
{
background-color: #245CFD;
}
</style>
border-color css
<style>
span { border-color: #245CFD; }
span { border-color: rgb(36,92,253); }
td.TdClassName
{
border-color: #245CFD;
}
.TagClassName
{
border-color: #245CFD;
}
</style>