Shades of Royal Blue #2B6ADF
Tints of Royal Blue #2B6ADF
RGB
CMYK
RGB Variations
Color information
#2B6ADF (or 0x2B6ADF) is known color: Royal Blue. HEX triplet: 2B, 6A and DF. RGB value is (43,106,223). Sum of RGB (Red+Green+Blue) = 43+106+223=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ADF is #D49520. Grayscale: #636363. Windows color (decimal): -13931809 or 14641707. OLE color: 14641707.
HSL color Cylindrical-coordinate representation of color #2B6ADF: hue angle of 219º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B6ADF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 106 | 223 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.13 |
| HSL | 219º | 0.74% | 0.52% | - |
| HSV(B) | 219º | 0.81% | 0.87% | - |
| XYZ | 19.47 | 16.15 | 71.9 | - |
| YUV | 100.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 223 | 0.81 | 0.52 | 0 | 0.13 | 219 | 0.74 | 0.52 |
| Hex | 2B | 6A | DF | 51 | 34 | 0 | D | DB | 4A | 34 |
| Octal | 53 | 152 | 337 | 121 | 64 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101011 | 1101010 | 11011111 | 1010001 | 110100 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2B6ADF
Complementary color
Monochromatic Colors of #2B6ADF
Black with #2B6ADF
Text Example
Text Example
White with #2B6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6ADF; }
p { color: rgb(43,106,223); }
H1.HeaderClassName
{
color: #2B6ADF;
}
.AnyTagClassName
{
color: #2B6ADF;
}
</style>
background-color css
<style>
a { background-color: #2B6ADF; }
a { background-color: rgb(43,106,223); }
div.DivClassName
{
background-color: #2B6ADF;
}
.BgClassName
{
background-color: #2B6ADF;
}
</style>
border-color css
<style>
span { border-color: #2B6ADF; }
span { border-color: rgb(43,106,223); }
td.TdClassName
{
border-color: #2B6ADF;
}
.TagClassName
{
border-color: #2B6ADF;
}
</style>