Shades of Royal Blue #2B64FB
Tints of Royal Blue #2B64FB
RGB
CMYK
RGB Variations
Color information
#2B64FB (or 0x2B64FB) is known color: Royal Blue. HEX triplet: 2B, 64 and FB. RGB value is (43,100,251). Sum of RGB (Red+Green+Blue) = 43+100+251=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B64FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B64FB is #D49B04. Grayscale: #636363. Windows color (decimal): -13933317 or 16475179. OLE color: 16475179.
HSL color Cylindrical-coordinate representation of color #2B64FB: hue angle of 223.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B64FB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 100 | 251 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.02 |
| HSL | 223.56º | 0.96% | 0.58% | - |
| HSV(B) | 223.56º | 0.83% | 0.98% | - |
| XYZ | 22.97 | 16.59 | 93.26 | - |
| YUV | 100.17 | 213.12 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 251 | 0.83 | 0.60 | 0 | 0.02 | 223.56 | 0.96 | 0.58 |
| Hex | 2B | 64 | FB | 53 | 3C | 0 | 2 | E0 | 60 | 3A |
| Octal | 53 | 144 | 373 | 123 | 74 | 0 | 2 | 340 | 140 | 72 |
| Binary | 101011 | 1100100 | 11111011 | 1010011 | 111100 | 0 | 10 | 11100000 | 1100000 | 111010 |
Color Harmonies of #2B64FB
Complementary color
Monochromatic Colors of #2B64FB
Black with #2B64FB
Text Example
Text Example
White with #2B64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64FB; }
p { color: rgb(43,100,251); }
H1.HeaderClassName
{
color: #2B64FB;
}
.AnyTagClassName
{
color: #2B64FB;
}
</style>
background-color css
<style>
a { background-color: #2B64FB; }
a { background-color: rgb(43,100,251); }
div.DivClassName
{
background-color: #2B64FB;
}
.BgClassName
{
background-color: #2B64FB;
}
</style>
border-color css
<style>
span { border-color: #2B64FB; }
span { border-color: rgb(43,100,251); }
td.TdClassName
{
border-color: #2B64FB;
}
.TagClassName
{
border-color: #2B64FB;
}
</style>