Shades of Royal Blue #2B55F1
Tints of Royal Blue #2B55F1
RGB
CMYK
RGB Variations
Color information
#2B55F1 (or 0x2B55F1) is known color: Royal Blue. HEX triplet: 2B, 55 and F1. RGB value is (43,85,241). Sum of RGB (Red+Green+Blue) = 43+85+241=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #2B55F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55F1 is #D4AA0E. Grayscale: #595959. Windows color (decimal): -13937167 or 15815979. OLE color: 15815979.
HSL color Cylindrical-coordinate representation of color #2B55F1: hue angle of 227.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B55F1 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 85 | 241 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.05 |
| HSL | 227.27º | 0.88% | 0.56% | - |
| HSV(B) | 227.27º | 0.82% | 0.95% | - |
| XYZ | 20.12 | 13.36 | 84.74 | - |
| YUV | 90.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 241 | 0.82 | 0.65 | 0 | 0.05 | 227.27 | 0.88 | 0.56 |
| Hex | 2B | 55 | F1 | 52 | 41 | 0 | 5 | E3 | 58 | 38 |
| Octal | 53 | 125 | 361 | 122 | 101 | 0 | 5 | 343 | 130 | 70 |
| Binary | 101011 | 1010101 | 11110001 | 1010010 | 1000001 | 0 | 101 | 11100011 | 1011000 | 111000 |
Color Harmonies of #2B55F1
Complementary color
Monochromatic Colors of #2B55F1
Black with #2B55F1
Text Example
Text Example
White with #2B55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55F1; }
p { color: rgb(43,85,241); }
H1.HeaderClassName
{
color: #2B55F1;
}
.AnyTagClassName
{
color: #2B55F1;
}
</style>
background-color css
<style>
a { background-color: #2B55F1; }
a { background-color: rgb(43,85,241); }
div.DivClassName
{
background-color: #2B55F1;
}
.BgClassName
{
background-color: #2B55F1;
}
</style>
border-color css
<style>
span { border-color: #2B55F1; }
span { border-color: rgb(43,85,241); }
td.TdClassName
{
border-color: #2B55F1;
}
.TagClassName
{
border-color: #2B55F1;
}
</style>