Shades of Royal Blue #2B6AFC
Tints of Royal Blue #2B6AFC
RGB
CMYK
RGB Variations
Color information
#2B6AFC (or 0x2B6AFC) is known color: Royal Blue. HEX triplet: 2B, 6A and FC. RGB value is (43,106,252). Sum of RGB (Red+Green+Blue) = 43+106+252=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6AFC is #D49503. Grayscale: #676767. Windows color (decimal): -13931780 or 16542251. OLE color: 16542251.
HSL color Cylindrical-coordinate representation of color #2B6AFC: hue angle of 221.91º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6AFC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 106 | 252 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.01 |
| HSL | 221.91º | 0.97% | 0.58% | - |
| HSV(B) | 221.91º | 0.83% | 0.99% | - |
| XYZ | 23.72 | 17.85 | 94.29 | - |
| YUV | 103.81 | 211.63 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 252 | 0.83 | 0.58 | 0 | 0.01 | 221.91 | 0.97 | 0.58 |
| Hex | 2B | 6A | FC | 53 | 3A | 0 | 1 | DE | 61 | 3A |
| Octal | 53 | 152 | 374 | 123 | 72 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101011 | 1101010 | 11111100 | 1010011 | 111010 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2B6AFC
Complementary color
Monochromatic Colors of #2B6AFC
Black with #2B6AFC
Text Example
Text Example
White with #2B6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6AFC; }
p { color: rgb(43,106,252); }
H1.HeaderClassName
{
color: #2B6AFC;
}
.AnyTagClassName
{
color: #2B6AFC;
}
</style>
background-color css
<style>
a { background-color: #2B6AFC; }
a { background-color: rgb(43,106,252); }
div.DivClassName
{
background-color: #2B6AFC;
}
.BgClassName
{
background-color: #2B6AFC;
}
</style>
border-color css
<style>
span { border-color: #2B6AFC; }
span { border-color: rgb(43,106,252); }
td.TdClassName
{
border-color: #2B6AFC;
}
.TagClassName
{
border-color: #2B6AFC;
}
</style>