Shades of Royal Blue #245CF6
Tints of Royal Blue #245CF6
RGB
CMYK
RGB Variations
Color information
#245CF6 (or 0x245CF6) is known color: Royal Blue. HEX triplet: 24, 5C and F6. RGB value is (36,92,246). Sum of RGB (Red+Green+Blue) = 36+92+246=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #245CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CF6 is #DBA309. Grayscale: #5C5C5C. Windows color (decimal): -14394122 or 16145444. OLE color: 16145444.
HSL color Cylindrical-coordinate representation of color #245CF6: hue angle of 224º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245CF6 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 92 | 246 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.04 |
| HSL | 224º | 0.92% | 0.55% | - |
| HSV(B) | 224º | 0.85% | 0.96% | - |
| XYZ | 21.19 | 14.68 | 88.91 | - |
| YUV | 92.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 246 | 0.85 | 0.63 | 0 | 0.04 | 224 | 0.92 | 0.55 |
| Hex | 24 | 5C | F6 | 55 | 3F | 0 | 4 | E0 | 5C | 37 |
| Octal | 44 | 134 | 366 | 125 | 77 | 0 | 4 | 340 | 134 | 67 |
| Binary | 100100 | 1011100 | 11110110 | 1010101 | 111111 | 0 | 100 | 11100000 | 1011100 | 110111 |
Color Harmonies of #245CF6
Complementary color
Monochromatic Colors of #245CF6
Black with #245CF6
Text Example
Text Example
White with #245CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CF6; }
p { color: rgb(36,92,246); }
H1.HeaderClassName
{
color: #245CF6;
}
.AnyTagClassName
{
color: #245CF6;
}
</style>
background-color css
<style>
a { background-color: #245CF6; }
a { background-color: rgb(36,92,246); }
div.DivClassName
{
background-color: #245CF6;
}
.BgClassName
{
background-color: #245CF6;
}
</style>
border-color css
<style>
span { border-color: #245CF6; }
span { border-color: rgb(36,92,246); }
td.TdClassName
{
border-color: #245CF6;
}
.TagClassName
{
border-color: #245CF6;
}
</style>