Shades of Royal Blue #2B6BDD
Tints of Royal Blue #2B6BDD
RGB
CMYK
RGB Variations
Color information
#2B6BDD (or 0x2B6BDD) is known color: Royal Blue. HEX triplet: 2B, 6B and DD. RGB value is (43,107,221). Sum of RGB (Red+Green+Blue) = 43+107+221=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B6BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BDD is #D49422. Grayscale: #646464. Windows color (decimal): -13931555 or 14510891. OLE color: 14510891.
HSL color Cylindrical-coordinate representation of color #2B6BDD: hue angle of 218.43º degrees, saturation: 0.72, 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 #2B6BDD is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 107 | 221 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.13 |
| HSL | 218.43º | 0.72% | 0.52% | - |
| HSV(B) | 218.43º | 0.81% | 0.87% | - |
| XYZ | 19.31 | 16.25 | 70.53 | - |
| YUV | 100.86 | 195.8 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 221 | 0.81 | 0.52 | 0 | 0.13 | 218.43 | 0.72 | 0.52 |
| Hex | 2B | 6B | DD | 51 | 34 | 0 | D | DA | 48 | 34 |
| Octal | 53 | 153 | 335 | 121 | 64 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101011 | 1101011 | 11011101 | 1010001 | 110100 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2B6BDD
Complementary color
Monochromatic Colors of #2B6BDD
Black with #2B6BDD
Text Example
Text Example
White with #2B6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BDD; }
p { color: rgb(43,107,221); }
H1.HeaderClassName
{
color: #2B6BDD;
}
.AnyTagClassName
{
color: #2B6BDD;
}
</style>
background-color css
<style>
a { background-color: #2B6BDD; }
a { background-color: rgb(43,107,221); }
div.DivClassName
{
background-color: #2B6BDD;
}
.BgClassName
{
background-color: #2B6BDD;
}
</style>
border-color css
<style>
span { border-color: #2B6BDD; }
span { border-color: rgb(43,107,221); }
td.TdClassName
{
border-color: #2B6BDD;
}
.TagClassName
{
border-color: #2B6BDD;
}
</style>