Shades of Royal Blue #2B6CFE
Tints of Royal Blue #2B6CFE
RGB
CMYK
RGB Variations
Color information
#2B6CFE (or 0x2B6CFE) is known color: Royal Blue. HEX triplet: 2B, 6C and FE. RGB value is (43,108,254). Sum of RGB (Red+Green+Blue) = 43+108+254=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CFE is #D49301. Grayscale: #686868. Windows color (decimal): -13931266 or 16673835. OLE color: 16673835.
HSL color Cylindrical-coordinate representation of color #2B6CFE: hue angle of 221.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6CFE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 108 | 254 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.00 |
| HSL | 221.52º | 0.99% | 0.58% | - |
| HSV(B) | 221.52º | 0.83% | 1% | - |
| XYZ | 24.25 | 18.39 | 96.04 | - |
| YUV | 105.21 | 211.97 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 254 | 0.83 | 0.57 | 0 | 0.00 | 221.52 | 0.99 | 0.58 |
| Hex | 2B | 6C | FE | 53 | 39 | 0 | 0 | DE | 63 | 3A |
| Octal | 53 | 154 | 376 | 123 | 71 | 0 | 0 | 336 | 143 | 72 |
| Binary | 101011 | 1101100 | 11111110 | 1010011 | 111001 | 0 | 0 | 11011110 | 1100011 | 111010 |
Color Harmonies of #2B6CFE
Complementary color
Monochromatic Colors of #2B6CFE
Black with #2B6CFE
Text Example
Text Example
White with #2B6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6CFE; }
p { color: rgb(43,108,254); }
H1.HeaderClassName
{
color: #2B6CFE;
}
.AnyTagClassName
{
color: #2B6CFE;
}
</style>
background-color css
<style>
a { background-color: #2B6CFE; }
a { background-color: rgb(43,108,254); }
div.DivClassName
{
background-color: #2B6CFE;
}
.BgClassName
{
background-color: #2B6CFE;
}
</style>
border-color css
<style>
span { border-color: #2B6CFE; }
span { border-color: rgb(43,108,254); }
td.TdClassName
{
border-color: #2B6CFE;
}
.TagClassName
{
border-color: #2B6CFE;
}
</style>