Shades of Royal Blue #2B60FA
Tints of Royal Blue #2B60FA
RGB
CMYK
RGB Variations
Color information
#2B60FA (or 0x2B60FA) is known color: Royal Blue. HEX triplet: 2B, 60 and FA. RGB value is (43,96,250). Sum of RGB (Red+Green+Blue) = 43+96+250=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B60FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B60FA is #D49F05. Grayscale: #616161. Windows color (decimal): -13934342 or 16408619. OLE color: 16408619.
HSL color Cylindrical-coordinate representation of color #2B60FA: hue angle of 224.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B60FA is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 96 | 250 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.02 |
| HSL | 224.64º | 0.95% | 0.57% | - |
| HSV(B) | 224.64º | 0.83% | 0.98% | - |
| XYZ | 22.43 | 15.78 | 92.31 | - |
| YUV | 97.71 | 213.94 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 250 | 0.83 | 0.62 | 0 | 0.02 | 224.64 | 0.95 | 0.57 |
| Hex | 2B | 60 | FA | 53 | 3E | 0 | 2 | E1 | 5F | 39 |
| Octal | 53 | 140 | 372 | 123 | 76 | 0 | 2 | 341 | 137 | 71 |
| Binary | 101011 | 1100000 | 11111010 | 1010011 | 111110 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #2B60FA
Complementary color
Monochromatic Colors of #2B60FA
Black with #2B60FA
Text Example
Text Example
White with #2B60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B60FA; }
p { color: rgb(43,96,250); }
H1.HeaderClassName
{
color: #2B60FA;
}
.AnyTagClassName
{
color: #2B60FA;
}
</style>
background-color css
<style>
a { background-color: #2B60FA; }
a { background-color: rgb(43,96,250); }
div.DivClassName
{
background-color: #2B60FA;
}
.BgClassName
{
background-color: #2B60FA;
}
</style>
border-color css
<style>
span { border-color: #2B60FA; }
span { border-color: rgb(43,96,250); }
td.TdClassName
{
border-color: #2B60FA;
}
.TagClassName
{
border-color: #2B60FA;
}
</style>