Shades of Royal Blue #2B5FFA
Tints of Royal Blue #2B5FFA
RGB
CMYK
RGB Variations
Color information
#2B5FFA (or 0x2B5FFA) is known color: Royal Blue. HEX triplet: 2B, 5F and FA. RGB value is (43,95,250). Sum of RGB (Red+Green+Blue) = 43+95+250=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B5FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FFA is #D4A005. Grayscale: #606060. Windows color (decimal): -13934598 or 16408363. OLE color: 16408363.
HSL color Cylindrical-coordinate representation of color #2B5FFA: hue angle of 224.93º 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 #2B5FFA is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 95 | 250 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.02 |
| HSL | 224.93º | 0.95% | 0.57% | - |
| HSV(B) | 224.93º | 0.83% | 0.98% | - |
| XYZ | 22.34 | 15.6 | 92.28 | - |
| YUV | 97.12 | 214.27 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 250 | 0.83 | 0.62 | 0 | 0.02 | 224.93 | 0.95 | 0.57 |
| Hex | 2B | 5F | FA | 53 | 3E | 0 | 2 | E1 | 5F | 39 |
| Octal | 53 | 137 | 372 | 123 | 76 | 0 | 2 | 341 | 137 | 71 |
| Binary | 101011 | 1011111 | 11111010 | 1010011 | 111110 | 0 | 10 | 11100001 | 1011111 | 111001 |
Color Harmonies of #2B5FFA
Complementary color
Monochromatic Colors of #2B5FFA
Black with #2B5FFA
Text Example
Text Example
White with #2B5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FFA; }
p { color: rgb(43,95,250); }
H1.HeaderClassName
{
color: #2B5FFA;
}
.AnyTagClassName
{
color: #2B5FFA;
}
</style>
background-color css
<style>
a { background-color: #2B5FFA; }
a { background-color: rgb(43,95,250); }
div.DivClassName
{
background-color: #2B5FFA;
}
.BgClassName
{
background-color: #2B5FFA;
}
</style>
border-color css
<style>
span { border-color: #2B5FFA; }
span { border-color: rgb(43,95,250); }
td.TdClassName
{
border-color: #2B5FFA;
}
.TagClassName
{
border-color: #2B5FFA;
}
</style>