Shades of Royal Blue #2B68E5
Tints of Royal Blue #2B68E5
RGB
CMYK
RGB Variations
Color information
#2B68E5 (or 0x2B68E5) is known color: Royal Blue. HEX triplet: 2B, 68 and E5. RGB value is (43,104,229). Sum of RGB (Red+Green+Blue) = 43+104+229=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B68E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B68E5 is #D4971A. Grayscale: #636363. Windows color (decimal): -13932315 or 15034411. OLE color: 15034411.
HSL color Cylindrical-coordinate representation of color #2B68E5: hue angle of 220.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B68E5 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 104 | 229 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.10 |
| HSL | 220.32º | 0.78% | 0.53% | - |
| HSV(B) | 220.32º | 0.81% | 0.9% | - |
| XYZ | 20.09 | 16.07 | 76.17 | - |
| YUV | 100.01 | 200.79 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 229 | 0.81 | 0.55 | 0 | 0.10 | 220.32 | 0.78 | 0.53 |
| Hex | 2B | 68 | E5 | 51 | 37 | 0 | A | DC | 4E | 35 |
| Octal | 53 | 150 | 345 | 121 | 67 | 0 | 12 | 334 | 116 | 65 |
| Binary | 101011 | 1101000 | 11100101 | 1010001 | 110111 | 0 | 1010 | 11011100 | 1001110 | 110101 |
Color Harmonies of #2B68E5
Complementary color
Monochromatic Colors of #2B68E5
Black with #2B68E5
Text Example
Text Example
White with #2B68E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68E5; }
p { color: rgb(43,104,229); }
H1.HeaderClassName
{
color: #2B68E5;
}
.AnyTagClassName
{
color: #2B68E5;
}
</style>
background-color css
<style>
a { background-color: #2B68E5; }
a { background-color: rgb(43,104,229); }
div.DivClassName
{
background-color: #2B68E5;
}
.BgClassName
{
background-color: #2B68E5;
}
</style>
border-color css
<style>
span { border-color: #2B68E5; }
span { border-color: rgb(43,104,229); }
td.TdClassName
{
border-color: #2B68E5;
}
.TagClassName
{
border-color: #2B68E5;
}
</style>