Shades of Royal Blue #245FE5
Tints of Royal Blue #245FE5
RGB
CMYK
RGB Variations
Color information
#245FE5 (or 0x245FE5) is known color: Royal Blue. HEX triplet: 24, 5F and E5. RGB value is (36,95,229). Sum of RGB (Red+Green+Blue) = 36+95+229=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #245FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FE5 is #DBA01A. Grayscale: #5C5C5C. Windows color (decimal): -14393371 or 15032100. OLE color: 15032100.
HSL color Cylindrical-coordinate representation of color #245FE5: hue angle of 221.66º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245FE5 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 95 | 229 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.10 |
| HSL | 221.66º | 0.79% | 0.52% | - |
| HSV(B) | 221.66º | 0.84% | 0.9% | - |
| XYZ | 18.96 | 14.22 | 75.87 | - |
| YUV | 92.64 | 204.95 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 229 | 0.84 | 0.59 | 0 | 0.10 | 221.66 | 0.79 | 0.52 |
| Hex | 24 | 5F | E5 | 54 | 3B | 0 | A | DE | 4F | 34 |
| Octal | 44 | 137 | 345 | 124 | 73 | 0 | 12 | 336 | 117 | 64 |
| Binary | 100100 | 1011111 | 11100101 | 1010100 | 111011 | 0 | 1010 | 11011110 | 1001111 | 110100 |
Color Harmonies of #245FE5
Complementary color
Monochromatic Colors of #245FE5
Black with #245FE5
Text Example
Text Example
White with #245FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FE5; }
p { color: rgb(36,95,229); }
H1.HeaderClassName
{
color: #245FE5;
}
.AnyTagClassName
{
color: #245FE5;
}
</style>
background-color css
<style>
a { background-color: #245FE5; }
a { background-color: rgb(36,95,229); }
div.DivClassName
{
background-color: #245FE5;
}
.BgClassName
{
background-color: #245FE5;
}
</style>
border-color css
<style>
span { border-color: #245FE5; }
span { border-color: rgb(36,95,229); }
td.TdClassName
{
border-color: #245FE5;
}
.TagClassName
{
border-color: #245FE5;
}
</style>