Shades of Royal Blue #2554F2
Tints of Royal Blue #2554F2
RGB
CMYK
RGB Variations
Color information
#2554F2 (or 0x2554F2) is known color: Royal Blue. HEX triplet: 25, 54 and F2. RGB value is (37,84,242). Sum of RGB (Red+Green+Blue) = 37+84+242=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 242 (94.92% from 255 or 66.67% from 363); Max value from RGB is 242 - color contains mainly: blue. Hex color #2554F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2554F2 is #DAAB0D. Grayscale: #575757. Windows color (decimal): -14330638 or 15881253. OLE color: 15881253.
HSL color Cylindrical-coordinate representation of color #2554F2: hue angle of 226.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2554F2 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 84 | 242 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.05 |
| HSL | 226.24º | 0.89% | 0.55% | - |
| HSV(B) | 226.24º | 0.85% | 0.95% | - |
| XYZ | 19.96 | 13.14 | 85.49 | - |
| YUV | 87.96 | 214.93 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 242 | 0.85 | 0.65 | 0 | 0.05 | 226.24 | 0.89 | 0.55 |
| Hex | 25 | 54 | F2 | 55 | 41 | 0 | 5 | E2 | 59 | 37 |
| Octal | 45 | 124 | 362 | 125 | 101 | 0 | 5 | 342 | 131 | 67 |
| Binary | 100101 | 1010100 | 11110010 | 1010101 | 1000001 | 0 | 101 | 11100010 | 1011001 | 110111 |
Color Harmonies of #2554F2
Complementary color
Monochromatic Colors of #2554F2
Black with #2554F2
Text Example
Text Example
White with #2554F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2554F2; }
p { color: rgb(37,84,242); }
H1.HeaderClassName
{
color: #2554F2;
}
.AnyTagClassName
{
color: #2554F2;
}
</style>
background-color css
<style>
a { background-color: #2554F2; }
a { background-color: rgb(37,84,242); }
div.DivClassName
{
background-color: #2554F2;
}
.BgClassName
{
background-color: #2554F2;
}
</style>
border-color css
<style>
span { border-color: #2554F2; }
span { border-color: rgb(37,84,242); }
td.TdClassName
{
border-color: #2554F2;
}
.TagClassName
{
border-color: #2554F2;
}
</style>