Shades of Royal Blue #2B6DFF
Tints of Royal Blue #2B6DFF
RGB
CMYK
RGB Variations
Color information
#2B6DFF (or 0x2B6DFF) is known color: Royal Blue. HEX triplet: 2B, 6D and FF. RGB value is (43,109,255). Sum of RGB (Red+Green+Blue) = 43+109+255=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B6DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6DFF is #D49200. Grayscale: #696969. Windows color (decimal): -13931009 or 16739627. OLE color: 16739627.
HSL color Cylindrical-coordinate representation of color #2B6DFF: hue angle of 221.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6DFF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 109 | 255 | - |
| CMYK | 0.83 | 0.57 | 0 | 0 |
| HSL | 221.32º | 1% | 0.58% | - |
| HSV(B) | 221.32º | 0.83% | 1% | - |
| XYZ | 24.51 | 18.67 | 96.92 | - |
| YUV | 105.91 | 212.13 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 255 | 0.83 | 0.57 | 0 | 0 | 221.32 | 1 | 0.58 |
| Hex | 2B | 6D | FF | 53 | 39 | 0 | 0 | DD | 64 | 3A |
| Octal | 53 | 155 | 377 | 123 | 71 | 0 | 0 | 335 | 144 | 72 |
| Binary | 101011 | 1101101 | 11111111 | 1010011 | 111001 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #2B6DFF
Complementary color
Monochromatic Colors of #2B6DFF
Black with #2B6DFF
Text Example
Text Example
White with #2B6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6DFF; }
p { color: rgb(43,109,255); }
H1.HeaderClassName
{
color: #2B6DFF;
}
.AnyTagClassName
{
color: #2B6DFF;
}
</style>
background-color css
<style>
a { background-color: #2B6DFF; }
a { background-color: rgb(43,109,255); }
div.DivClassName
{
background-color: #2B6DFF;
}
.BgClassName
{
background-color: #2B6DFF;
}
</style>
border-color css
<style>
span { border-color: #2B6DFF; }
span { border-color: rgb(43,109,255); }
td.TdClassName
{
border-color: #2B6DFF;
}
.TagClassName
{
border-color: #2B6DFF;
}
</style>