Shades of Royal Blue #2150FA
Tints of Royal Blue #2150FA
RGB
CMYK
RGB Variations
Color information
#2150FA (or 0x2150FA) is known color: Royal Blue. HEX triplet: 21, 50 and FA. RGB value is (33,80,250). Sum of RGB (Red+Green+Blue) = 33+80+250=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #2150FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2150FA is #DEAF05. Grayscale: #545454. Windows color (decimal): -14593798 or 16404513. OLE color: 16404513.
HSL color Cylindrical-coordinate representation of color #2150FA: hue angle of 227º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2150FA is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 80 | 250 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.02 |
| HSL | 227º | 0.96% | 0.55% | - |
| HSV(B) | 227º | 0.87% | 0.98% | - |
| XYZ | 20.75 | 12.96 | 91.85 | - |
| YUV | 85.33 | 220.93 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 250 | 0.87 | 0.68 | 0 | 0.02 | 227 | 0.96 | 0.55 |
| Hex | 21 | 50 | FA | 57 | 44 | 0 | 2 | E3 | 60 | 37 |
| Octal | 41 | 120 | 372 | 127 | 104 | 0 | 2 | 343 | 140 | 67 |
| Binary | 100001 | 1010000 | 11111010 | 1010111 | 1000100 | 0 | 10 | 11100011 | 1100000 | 110111 |
Color Harmonies of #2150FA
Complementary color
Monochromatic Colors of #2150FA
Black with #2150FA
Text Example
Text Example
White with #2150FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150FA; }
p { color: rgb(33,80,250); }
H1.HeaderClassName
{
color: #2150FA;
}
.AnyTagClassName
{
color: #2150FA;
}
</style>
background-color css
<style>
a { background-color: #2150FA; }
a { background-color: rgb(33,80,250); }
div.DivClassName
{
background-color: #2150FA;
}
.BgClassName
{
background-color: #2150FA;
}
</style>
border-color css
<style>
span { border-color: #2150FA; }
span { border-color: rgb(33,80,250); }
td.TdClassName
{
border-color: #2150FA;
}
.TagClassName
{
border-color: #2150FA;
}
</style>