Shades of Royal Blue #254AEA
Tints of Royal Blue #254AEA
RGB
CMYK
RGB Variations
Color information
#254AEA (or 0x254AEA) is known color: Royal Blue. HEX triplet: 25, 4A and EA. RGB value is (37,74,234). Sum of RGB (Red+Green+Blue) = 37+74+234=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #254AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AEA is #DAB515. Grayscale: #505050. Windows color (decimal): -14333206 or 15354405. OLE color: 15354405.
HSL color Cylindrical-coordinate representation of color #254AEA: hue angle of 228.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254AEA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 74 | 234 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.08 |
| HSL | 228.73º | 0.82% | 0.53% | - |
| HSV(B) | 228.73º | 0.84% | 0.92% | - |
| XYZ | 18.06 | 11.23 | 79.06 | - |
| YUV | 81.18 | 214.24 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 234 | 0.84 | 0.68 | 0 | 0.08 | 228.73 | 0.82 | 0.53 |
| Hex | 25 | 4A | EA | 54 | 44 | 0 | 8 | E5 | 52 | 35 |
| Octal | 45 | 112 | 352 | 124 | 104 | 0 | 10 | 345 | 122 | 65 |
| Binary | 100101 | 1001010 | 11101010 | 1010100 | 1000100 | 0 | 1000 | 11100101 | 1010010 | 110101 |
Color Harmonies of #254AEA
Complementary color
Monochromatic Colors of #254AEA
Black with #254AEA
Text Example
Text Example
White with #254AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AEA; }
p { color: rgb(37,74,234); }
H1.HeaderClassName
{
color: #254AEA;
}
.AnyTagClassName
{
color: #254AEA;
}
</style>
background-color css
<style>
a { background-color: #254AEA; }
a { background-color: rgb(37,74,234); }
div.DivClassName
{
background-color: #254AEA;
}
.BgClassName
{
background-color: #254AEA;
}
</style>
border-color css
<style>
span { border-color: #254AEA; }
span { border-color: rgb(37,74,234); }
td.TdClassName
{
border-color: #254AEA;
}
.TagClassName
{
border-color: #254AEA;
}
</style>