Shades of Royal Blue #245CEB
Tints of Royal Blue #245CEB
RGB
CMYK
RGB Variations
Color information
#245CEB (or 0x245CEB) is known color: Royal Blue. HEX triplet: 24, 5C and EB. RGB value is (36,92,235). Sum of RGB (Red+Green+Blue) = 36+92+235=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #245CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CEB is #DBA314. Grayscale: #5A5A5A. Windows color (decimal): -14394133 or 15424548. OLE color: 15424548.
HSL color Cylindrical-coordinate representation of color #245CEB: hue angle of 223.12º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245CEB is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 92 | 235 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.08 |
| HSL | 223.12º | 0.83% | 0.53% | - |
| HSV(B) | 223.12º | 0.85% | 0.92% | - |
| XYZ | 19.55 | 14.03 | 80.27 | - |
| YUV | 91.56 | 208.95 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 235 | 0.85 | 0.61 | 0 | 0.08 | 223.12 | 0.83 | 0.53 |
| Hex | 24 | 5C | EB | 55 | 3D | 0 | 8 | DF | 53 | 35 |
| Octal | 44 | 134 | 353 | 125 | 75 | 0 | 10 | 337 | 123 | 65 |
| Binary | 100100 | 1011100 | 11101011 | 1010101 | 111101 | 0 | 1000 | 11011111 | 1010011 | 110101 |
Color Harmonies of #245CEB
Complementary color
Monochromatic Colors of #245CEB
Black with #245CEB
Text Example
Text Example
White with #245CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CEB; }
p { color: rgb(36,92,235); }
H1.HeaderClassName
{
color: #245CEB;
}
.AnyTagClassName
{
color: #245CEB;
}
</style>
background-color css
<style>
a { background-color: #245CEB; }
a { background-color: rgb(36,92,235); }
div.DivClassName
{
background-color: #245CEB;
}
.BgClassName
{
background-color: #245CEB;
}
</style>
border-color css
<style>
span { border-color: #245CEB; }
span { border-color: rgb(36,92,235); }
td.TdClassName
{
border-color: #245CEB;
}
.TagClassName
{
border-color: #245CEB;
}
</style>