Shades of Royal Blue #2B6CFB
Tints of Royal Blue #2B6CFB
RGB
CMYK
RGB Variations
Color information
#2B6CFB (or 0x2B6CFB) is known color: Royal Blue. HEX triplet: 2B, 6C and FB. RGB value is (43,108,251). Sum of RGB (Red+Green+Blue) = 43+108+251=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CFB is #D49304. Grayscale: #686868. Windows color (decimal): -13931269 or 16477227. OLE color: 16477227.
HSL color Cylindrical-coordinate representation of color #2B6CFB: hue angle of 221.25º 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 #2B6CFB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 108 | 251 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.02 |
| HSL | 221.25º | 0.96% | 0.58% | - |
| HSV(B) | 221.25º | 0.83% | 0.98% | - |
| XYZ | 23.77 | 18.2 | 93.53 | - |
| YUV | 104.87 | 210.47 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 251 | 0.83 | 0.57 | 0 | 0.02 | 221.25 | 0.96 | 0.58 |
| Hex | 2B | 6C | FB | 53 | 39 | 0 | 2 | DD | 60 | 3A |
| Octal | 53 | 154 | 373 | 123 | 71 | 0 | 2 | 335 | 140 | 72 |
| Binary | 101011 | 1101100 | 11111011 | 1010011 | 111001 | 0 | 10 | 11011101 | 1100000 | 111010 |
Color Harmonies of #2B6CFB
Complementary color
Monochromatic Colors of #2B6CFB
Black with #2B6CFB
Text Example
Text Example
White with #2B6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6CFB; }
p { color: rgb(43,108,251); }
H1.HeaderClassName
{
color: #2B6CFB;
}
.AnyTagClassName
{
color: #2B6CFB;
}
</style>
background-color css
<style>
a { background-color: #2B6CFB; }
a { background-color: rgb(43,108,251); }
div.DivClassName
{
background-color: #2B6CFB;
}
.BgClassName
{
background-color: #2B6CFB;
}
</style>
border-color css
<style>
span { border-color: #2B6CFB; }
span { border-color: rgb(43,108,251); }
td.TdClassName
{
border-color: #2B6CFB;
}
.TagClassName
{
border-color: #2B6CFB;
}
</style>