Shades of Royal Blue #2C5BEA
Tints of Royal Blue #2C5BEA
RGB
CMYK
RGB Variations
Color information
#2C5BEA (or 0x2C5BEA) is known color: Royal Blue. HEX triplet: 2C, 5B and EA. RGB value is (44,91,234). Sum of RGB (Red+Green+Blue) = 44+91+234=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C5BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BEA is #D3A415. Grayscale: #5C5C5C. Windows color (decimal): -13870102 or 15358764. OLE color: 15358764.
HSL color Cylindrical-coordinate representation of color #2C5BEA: hue angle of 225.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C5BEA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 91 | 234 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.08 |
| HSL | 225.16º | 0.82% | 0.55% | - |
| HSV(B) | 225.16º | 0.81% | 0.92% | - |
| XYZ | 19.63 | 13.96 | 79.5 | - |
| YUV | 93.25 | 207.43 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 234 | 0.81 | 0.61 | 0 | 0.08 | 225.16 | 0.82 | 0.55 |
| Hex | 2C | 5B | EA | 51 | 3D | 0 | 8 | E1 | 52 | 37 |
| Octal | 54 | 133 | 352 | 121 | 75 | 0 | 10 | 341 | 122 | 67 |
| Binary | 101100 | 1011011 | 11101010 | 1010001 | 111101 | 0 | 1000 | 11100001 | 1010010 | 110111 |
Color Harmonies of #2C5BEA
Complementary color
Monochromatic Colors of #2C5BEA
Black with #2C5BEA
Text Example
Text Example
White with #2C5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5BEA; }
p { color: rgb(44,91,234); }
H1.HeaderClassName
{
color: #2C5BEA;
}
.AnyTagClassName
{
color: #2C5BEA;
}
</style>
background-color css
<style>
a { background-color: #2C5BEA; }
a { background-color: rgb(44,91,234); }
div.DivClassName
{
background-color: #2C5BEA;
}
.BgClassName
{
background-color: #2C5BEA;
}
</style>
border-color css
<style>
span { border-color: #2C5BEA; }
span { border-color: rgb(44,91,234); }
td.TdClassName
{
border-color: #2C5BEA;
}
.TagClassName
{
border-color: #2C5BEA;
}
</style>