Shades of Royal Blue #2B6FE5
Tints of Royal Blue #2B6FE5
RGB
CMYK
RGB Variations
Color information
#2B6FE5 (or 0x2B6FE5) is known color: Royal Blue. HEX triplet: 2B, 6F and E5. RGB value is (43,111,229). Sum of RGB (Red+Green+Blue) = 43+111+229=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B6FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FE5 is #D4901A. Grayscale: #676767. Windows color (decimal): -13930523 or 15036203. OLE color: 15036203.
HSL color Cylindrical-coordinate representation of color #2B6FE5: hue angle of 218.06º 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 #2B6FE5 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 111 | 229 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.10 |
| HSL | 218.06º | 0.78% | 0.53% | - |
| HSV(B) | 218.06º | 0.81% | 0.9% | - |
| XYZ | 20.82 | 17.54 | 76.42 | - |
| YUV | 104.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 229 | 0.81 | 0.52 | 0 | 0.10 | 218.06 | 0.78 | 0.53 |
| Hex | 2B | 6F | E5 | 51 | 34 | 0 | A | DA | 4E | 35 |
| Octal | 53 | 157 | 345 | 121 | 64 | 0 | 12 | 332 | 116 | 65 |
| Binary | 101011 | 1101111 | 11100101 | 1010001 | 110100 | 0 | 1010 | 11011010 | 1001110 | 110101 |
Color Harmonies of #2B6FE5
Complementary color
Monochromatic Colors of #2B6FE5
Black with #2B6FE5
Text Example
Text Example
White with #2B6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6FE5; }
p { color: rgb(43,111,229); }
H1.HeaderClassName
{
color: #2B6FE5;
}
.AnyTagClassName
{
color: #2B6FE5;
}
</style>
background-color css
<style>
a { background-color: #2B6FE5; }
a { background-color: rgb(43,111,229); }
div.DivClassName
{
background-color: #2B6FE5;
}
.BgClassName
{
background-color: #2B6FE5;
}
</style>
border-color css
<style>
span { border-color: #2B6FE5; }
span { border-color: rgb(43,111,229); }
td.TdClassName
{
border-color: #2B6FE5;
}
.TagClassName
{
border-color: #2B6FE5;
}
</style>