Shades of Royal Blue #2B6BFE
Tints of Royal Blue #2B6BFE
RGB
CMYK
RGB Variations
Color information
#2B6BFE (or 0x2B6BFE) is known color: Royal Blue. HEX triplet: 2B, 6B and FE. RGB value is (43,107,254). Sum of RGB (Red+Green+Blue) = 43+107+254=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6BFE is #D49401. Grayscale: #676767. Windows color (decimal): -13931522 or 16673579. OLE color: 16673579.
HSL color Cylindrical-coordinate representation of color #2B6BFE: hue angle of 221.8º 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 #2B6BFE is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 107 | 254 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.00 |
| HSL | 221.8º | 0.99% | 0.58% | - |
| HSV(B) | 221.8º | 0.83% | 1% | - |
| XYZ | 24.14 | 18.18 | 96 | - |
| YUV | 104.62 | 212.3 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 254 | 0.83 | 0.58 | 0 | 0.00 | 221.8 | 0.99 | 0.58 |
| Hex | 2B | 6B | FE | 53 | 3A | 0 | 0 | DE | 63 | 3A |
| Octal | 53 | 153 | 376 | 123 | 72 | 0 | 0 | 336 | 143 | 72 |
| Binary | 101011 | 1101011 | 11111110 | 1010011 | 111010 | 0 | 0 | 11011110 | 1100011 | 111010 |
Color Harmonies of #2B6BFE
Complementary color
Monochromatic Colors of #2B6BFE
Black with #2B6BFE
Text Example
Text Example
White with #2B6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BFE; }
p { color: rgb(43,107,254); }
H1.HeaderClassName
{
color: #2B6BFE;
}
.AnyTagClassName
{
color: #2B6BFE;
}
</style>
background-color css
<style>
a { background-color: #2B6BFE; }
a { background-color: rgb(43,107,254); }
div.DivClassName
{
background-color: #2B6BFE;
}
.BgClassName
{
background-color: #2B6BFE;
}
</style>
border-color css
<style>
span { border-color: #2B6BFE; }
span { border-color: rgb(43,107,254); }
td.TdClassName
{
border-color: #2B6BFE;
}
.TagClassName
{
border-color: #2B6BFE;
}
</style>