Shades of Royal Blue #2B59FA
Tints of Royal Blue #2B59FA
RGB
CMYK
RGB Variations
Color information
#2B59FA (or 0x2B59FA) is known color: Royal Blue. HEX triplet: 2B, 59 and FA. RGB value is (43,89,250). Sum of RGB (Red+Green+Blue) = 43+89+250=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B59FA is #D4A605. Grayscale: #5C5C5C. Windows color (decimal): -13936134 or 16406827. OLE color: 16406827.
HSL color Cylindrical-coordinate representation of color #2B59FA: hue angle of 226.67º 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 #2B59FA is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 89 | 250 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.02 |
| HSL | 226.67º | 0.95% | 0.57% | - |
| HSV(B) | 226.67º | 0.83% | 0.98% | - |
| XYZ | 21.82 | 14.56 | 92.1 | - |
| YUV | 93.6 | 216.26 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 250 | 0.83 | 0.64 | 0 | 0.02 | 226.67 | 0.95 | 0.57 |
| Hex | 2B | 59 | FA | 53 | 40 | 0 | 2 | E3 | 5F | 39 |
| Octal | 53 | 131 | 372 | 123 | 100 | 0 | 2 | 343 | 137 | 71 |
| Binary | 101011 | 1011001 | 11111010 | 1010011 | 1000000 | 0 | 10 | 11100011 | 1011111 | 111001 |
Color Harmonies of #2B59FA
Complementary color
Monochromatic Colors of #2B59FA
Black with #2B59FA
Text Example
Text Example
White with #2B59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B59FA; }
p { color: rgb(43,89,250); }
H1.HeaderClassName
{
color: #2B59FA;
}
.AnyTagClassName
{
color: #2B59FA;
}
</style>
background-color css
<style>
a { background-color: #2B59FA; }
a { background-color: rgb(43,89,250); }
div.DivClassName
{
background-color: #2B59FA;
}
.BgClassName
{
background-color: #2B59FA;
}
</style>
border-color css
<style>
span { border-color: #2B59FA; }
span { border-color: rgb(43,89,250); }
td.TdClassName
{
border-color: #2B59FA;
}
.TagClassName
{
border-color: #2B59FA;
}
</style>