Shades of Royal Blue #245CEA
Tints of Royal Blue #245CEA
RGB
CMYK
RGB Variations
Color information
#245CEA (or 0x245CEA) is known color: Royal Blue. HEX triplet: 24, 5C and EA. RGB value is (36,92,234). Sum of RGB (Red+Green+Blue) = 36+92+234=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #245CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CEA is #DBA315. Grayscale: #5A5A5A. Windows color (decimal): -14394134 or 15359012. OLE color: 15359012.
HSL color Cylindrical-coordinate representation of color #245CEA: hue angle of 223.03º degrees, saturation: 0.82, 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 #245CEA is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 92 | 234 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.08 |
| HSL | 223.03º | 0.83% | 0.53% | - |
| HSV(B) | 223.03º | 0.85% | 0.92% | - |
| XYZ | 19.41 | 13.97 | 79.52 | - |
| YUV | 91.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 234 | 0.85 | 0.61 | 0 | 0.08 | 223.03 | 0.83 | 0.53 |
| Hex | 24 | 5C | EA | 55 | 3D | 0 | 8 | DF | 52 | 35 |
| Octal | 44 | 134 | 352 | 125 | 75 | 0 | 10 | 337 | 122 | 65 |
| Binary | 100100 | 1011100 | 11101010 | 1010101 | 111101 | 0 | 1000 | 11011111 | 1010010 | 110101 |
Color Harmonies of #245CEA
Complementary color
Monochromatic Colors of #245CEA
Black with #245CEA
Text Example
Text Example
White with #245CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CEA; }
p { color: rgb(36,92,234); }
H1.HeaderClassName
{
color: #245CEA;
}
.AnyTagClassName
{
color: #245CEA;
}
</style>
background-color css
<style>
a { background-color: #245CEA; }
a { background-color: rgb(36,92,234); }
div.DivClassName
{
background-color: #245CEA;
}
.BgClassName
{
background-color: #245CEA;
}
</style>
border-color css
<style>
span { border-color: #245CEA; }
span { border-color: rgb(36,92,234); }
td.TdClassName
{
border-color: #245CEA;
}
.TagClassName
{
border-color: #245CEA;
}
</style>