Shades of Royal Blue #245CF3
Tints of Royal Blue #245CF3
RGB
CMYK
RGB Variations
Color information
#245CF3 (or 0x245CF3) is known color: Royal Blue. HEX triplet: 24, 5C and F3. RGB value is (36,92,243). Sum of RGB (Red+Green+Blue) = 36+92+243=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #245CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CF3 is #DBA30C. Grayscale: #5B5B5B. Windows color (decimal): -14394125 or 15948836. OLE color: 15948836.
HSL color Cylindrical-coordinate representation of color #245CF3: hue angle of 223.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245CF3 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 92 | 243 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.05 |
| HSL | 223.77º | 0.9% | 0.55% | - |
| HSV(B) | 223.77º | 0.85% | 0.95% | - |
| XYZ | 20.73 | 14.5 | 86.5 | - |
| YUV | 92.47 | 212.95 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 243 | 0.85 | 0.62 | 0 | 0.05 | 223.77 | 0.9 | 0.55 |
| Hex | 24 | 5C | F3 | 55 | 3E | 0 | 5 | E0 | 5A | 37 |
| Octal | 44 | 134 | 363 | 125 | 76 | 0 | 5 | 340 | 132 | 67 |
| Binary | 100100 | 1011100 | 11110011 | 1010101 | 111110 | 0 | 101 | 11100000 | 1011010 | 110111 |
Color Harmonies of #245CF3
Complementary color
Monochromatic Colors of #245CF3
Black with #245CF3
Text Example
Text Example
White with #245CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CF3; }
p { color: rgb(36,92,243); }
H1.HeaderClassName
{
color: #245CF3;
}
.AnyTagClassName
{
color: #245CF3;
}
</style>
background-color css
<style>
a { background-color: #245CF3; }
a { background-color: rgb(36,92,243); }
div.DivClassName
{
background-color: #245CF3;
}
.BgClassName
{
background-color: #245CF3;
}
</style>
border-color css
<style>
span { border-color: #245CF3; }
span { border-color: rgb(36,92,243); }
td.TdClassName
{
border-color: #245CF3;
}
.TagClassName
{
border-color: #245CF3;
}
</style>