Shades of Royal Blue #2454E7
Tints of Royal Blue #2454E7
RGB
CMYK
RGB Variations
Color information
#2454E7 (or 0x2454E7) is known color: Royal Blue. HEX triplet: 24, 54 and E7. RGB value is (36,84,231). Sum of RGB (Red+Green+Blue) = 36+84+231=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 231 (90.62% from 255 or 65.81% from 351); Max value from RGB is 231 - color contains mainly: blue. Hex color #2454E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2454E7 is #DBAB18. Grayscale: #555555. Windows color (decimal): -14396185 or 15160356. OLE color: 15160356.
HSL color Cylindrical-coordinate representation of color #2454E7: hue angle of 225.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2454E7 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 84 | 231 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.09 |
| HSL | 225.23º | 0.8% | 0.52% | - |
| HSV(B) | 225.23º | 0.84% | 0.91% | - |
| XYZ | 18.32 | 12.49 | 77.05 | - |
| YUV | 86.41 | 209.6 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 231 | 0.84 | 0.64 | 0 | 0.09 | 225.23 | 0.8 | 0.52 |
| Hex | 24 | 54 | E7 | 54 | 40 | 0 | 9 | E1 | 50 | 34 |
| Octal | 44 | 124 | 347 | 124 | 100 | 0 | 11 | 341 | 120 | 64 |
| Binary | 100100 | 1010100 | 11100111 | 1010100 | 1000000 | 0 | 1001 | 11100001 | 1010000 | 110100 |
Color Harmonies of #2454E7
Complementary color
Monochromatic Colors of #2454E7
Black with #2454E7
Text Example
Text Example
White with #2454E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2454E7; }
p { color: rgb(36,84,231); }
H1.HeaderClassName
{
color: #2454E7;
}
.AnyTagClassName
{
color: #2454E7;
}
</style>
background-color css
<style>
a { background-color: #2454E7; }
a { background-color: rgb(36,84,231); }
div.DivClassName
{
background-color: #2454E7;
}
.BgClassName
{
background-color: #2454E7;
}
</style>
border-color css
<style>
span { border-color: #2454E7; }
span { border-color: rgb(36,84,231); }
td.TdClassName
{
border-color: #2454E7;
}
.TagClassName
{
border-color: #2454E7;
}
</style>