Shades of Royal Blue #2C5DFA
Tints of Royal Blue #2C5DFA
RGB
CMYK
RGB Variations
Color information
#2C5DFA (or 0x2C5DFA) is known color: Royal Blue. HEX triplet: 2C, 5D and FA. RGB value is (44,93,250). Sum of RGB (Red+Green+Blue) = 44+93+250=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C5DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5DFA is #D3A205. Grayscale: #5F5F5F. Windows color (decimal): -13869574 or 16407852. OLE color: 16407852.
HSL color Cylindrical-coordinate representation of color #2C5DFA: hue angle of 225.73º 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 #2C5DFA is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 93 | 250 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.02 |
| HSL | 225.73º | 0.95% | 0.58% | - |
| HSV(B) | 225.73º | 0.82% | 0.98% | - |
| XYZ | 22.21 | 15.27 | 92.22 | - |
| YUV | 96.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 250 | 0.82 | 0.63 | 0 | 0.02 | 225.73 | 0.95 | 0.58 |
| Hex | 2C | 5D | FA | 52 | 3F | 0 | 2 | E2 | 5F | 3A |
| Octal | 54 | 135 | 372 | 122 | 77 | 0 | 2 | 342 | 137 | 72 |
| Binary | 101100 | 1011101 | 11111010 | 1010010 | 111111 | 0 | 10 | 11100010 | 1011111 | 111010 |
Color Harmonies of #2C5DFA
Complementary color
Monochromatic Colors of #2C5DFA
Black with #2C5DFA
Text Example
Text Example
White with #2C5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5DFA; }
p { color: rgb(44,93,250); }
H1.HeaderClassName
{
color: #2C5DFA;
}
.AnyTagClassName
{
color: #2C5DFA;
}
</style>
background-color css
<style>
a { background-color: #2C5DFA; }
a { background-color: rgb(44,93,250); }
div.DivClassName
{
background-color: #2C5DFA;
}
.BgClassName
{
background-color: #2C5DFA;
}
</style>
border-color css
<style>
span { border-color: #2C5DFA; }
span { border-color: rgb(44,93,250); }
td.TdClassName
{
border-color: #2C5DFA;
}
.TagClassName
{
border-color: #2C5DFA;
}
</style>