Shades of Royal Blue #2C5CFA
Tints of Royal Blue #2C5CFA
RGB
CMYK
RGB Variations
Color information
#2C5CFA (or 0x2C5CFA) is known color: Royal Blue. HEX triplet: 2C, 5C and FA. RGB value is (44,92,250). Sum of RGB (Red+Green+Blue) = 44+92+250=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5CFA is #D3A305. Grayscale: #5E5E5E. Windows color (decimal): -13869830 or 16407596. OLE color: 16407596.
HSL color Cylindrical-coordinate representation of color #2C5CFA: hue angle of 226.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C5CFA is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 92 | 250 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.02 |
| HSL | 226.02º | 0.95% | 0.58% | - |
| HSV(B) | 226.02º | 0.82% | 0.98% | - |
| XYZ | 22.12 | 15.09 | 92.19 | - |
| YUV | 95.66 | 215.1 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 250 | 0.82 | 0.63 | 0 | 0.02 | 226.02 | 0.95 | 0.58 |
| Hex | 2C | 5C | FA | 52 | 3F | 0 | 2 | E2 | 5F | 3A |
| Octal | 54 | 134 | 372 | 122 | 77 | 0 | 2 | 342 | 137 | 72 |
| Binary | 101100 | 1011100 | 11111010 | 1010010 | 111111 | 0 | 10 | 11100010 | 1011111 | 111010 |
Color Harmonies of #2C5CFA
Complementary color
Monochromatic Colors of #2C5CFA
Black with #2C5CFA
Text Example
Text Example
White with #2C5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5CFA; }
p { color: rgb(44,92,250); }
H1.HeaderClassName
{
color: #2C5CFA;
}
.AnyTagClassName
{
color: #2C5CFA;
}
</style>
background-color css
<style>
a { background-color: #2C5CFA; }
a { background-color: rgb(44,92,250); }
div.DivClassName
{
background-color: #2C5CFA;
}
.BgClassName
{
background-color: #2C5CFA;
}
</style>
border-color css
<style>
span { border-color: #2C5CFA; }
span { border-color: rgb(44,92,250); }
td.TdClassName
{
border-color: #2C5CFA;
}
.TagClassName
{
border-color: #2C5CFA;
}
</style>