Shades of Royal Blue #2B6CEA
Tints of Royal Blue #2B6CEA
RGB
CMYK
RGB Variations
Color information
#2B6CEA (or 0x2B6CEA) is known color: Royal Blue. HEX triplet: 2B, 6C and EA. RGB value is (43,108,234). Sum of RGB (Red+Green+Blue) = 43+108+234=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B6CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CEA is #D49315. Grayscale: #666666. Windows color (decimal): -13931286 or 15363115. OLE color: 15363115.
HSL color Cylindrical-coordinate representation of color #2B6CEA: hue angle of 219.58º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B6CEA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 108 | 234 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.08 |
| HSL | 219.58º | 0.82% | 0.54% | - |
| HSV(B) | 219.58º | 0.82% | 0.92% | - |
| XYZ | 21.21 | 17.18 | 80.04 | - |
| YUV | 102.93 | 201.97 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 234 | 0.82 | 0.54 | 0 | 0.08 | 219.58 | 0.82 | 0.54 |
| Hex | 2B | 6C | EA | 52 | 36 | 0 | 8 | DC | 52 | 36 |
| Octal | 53 | 154 | 352 | 122 | 66 | 0 | 10 | 334 | 122 | 66 |
| Binary | 101011 | 1101100 | 11101010 | 1010010 | 110110 | 0 | 1000 | 11011100 | 1010010 | 110110 |
Color Harmonies of #2B6CEA
Complementary color
Monochromatic Colors of #2B6CEA
Black with #2B6CEA
Text Example
Text Example
White with #2B6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6CEA; }
p { color: rgb(43,108,234); }
H1.HeaderClassName
{
color: #2B6CEA;
}
.AnyTagClassName
{
color: #2B6CEA;
}
</style>
background-color css
<style>
a { background-color: #2B6CEA; }
a { background-color: rgb(43,108,234); }
div.DivClassName
{
background-color: #2B6CEA;
}
.BgClassName
{
background-color: #2B6CEA;
}
</style>
border-color css
<style>
span { border-color: #2B6CEA; }
span { border-color: rgb(43,108,234); }
td.TdClassName
{
border-color: #2B6CEA;
}
.TagClassName
{
border-color: #2B6CEA;
}
</style>