Shades of Royal Blue #245FEA
Tints of Royal Blue #245FEA
RGB
CMYK
RGB Variations
Color information
#245FEA (or 0x245FEA) is known color: Royal Blue. HEX triplet: 24, 5F and EA. RGB value is (36,95,234). Sum of RGB (Red+Green+Blue) = 36+95+234=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #245FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FEA is #DBA015. Grayscale: #5C5C5C. Windows color (decimal): -14393366 or 15359780. OLE color: 15359780.
HSL color Cylindrical-coordinate representation of color #245FEA: hue angle of 222.12º 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 #245FEA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 95 | 234 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.08 |
| HSL | 222.12º | 0.83% | 0.53% | - |
| HSV(B) | 222.12º | 0.85% | 0.92% | - |
| XYZ | 19.67 | 14.5 | 79.6 | - |
| YUV | 93.21 | 207.45 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 234 | 0.85 | 0.59 | 0 | 0.08 | 222.12 | 0.83 | 0.53 |
| Hex | 24 | 5F | EA | 55 | 3B | 0 | 8 | DE | 52 | 35 |
| Octal | 44 | 137 | 352 | 125 | 73 | 0 | 10 | 336 | 122 | 65 |
| Binary | 100100 | 1011111 | 11101010 | 1010101 | 111011 | 0 | 1000 | 11011110 | 1010010 | 110101 |
Color Harmonies of #245FEA
Complementary color
Monochromatic Colors of #245FEA
Black with #245FEA
Text Example
Text Example
White with #245FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FEA; }
p { color: rgb(36,95,234); }
H1.HeaderClassName
{
color: #245FEA;
}
.AnyTagClassName
{
color: #245FEA;
}
</style>
background-color css
<style>
a { background-color: #245FEA; }
a { background-color: rgb(36,95,234); }
div.DivClassName
{
background-color: #245FEA;
}
.BgClassName
{
background-color: #245FEA;
}
</style>
border-color css
<style>
span { border-color: #245FEA; }
span { border-color: rgb(36,95,234); }
td.TdClassName
{
border-color: #245FEA;
}
.TagClassName
{
border-color: #245FEA;
}
</style>