Shades of Royal Blue #2B4EED
Tints of Royal Blue #2B4EED
RGB
CMYK
RGB Variations
Color information
#2B4EED (or 0x2B4EED) is known color: Royal Blue. HEX triplet: 2B, 4E and ED. RGB value is (43,78,237). Sum of RGB (Red+Green+Blue) = 43+78+237=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B4EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B4EED is #D4B112. Grayscale: #545454. Windows color (decimal): -13938963 or 15552043. OLE color: 15552043.
HSL color Cylindrical-coordinate representation of color #2B4EED: hue angle of 229.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B4EED is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 78 | 237 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.07 |
| HSL | 229.18º | 0.84% | 0.55% | - |
| HSV(B) | 229.18º | 0.82% | 0.93% | - |
| XYZ | 19.01 | 12.08 | 81.45 | - |
| YUV | 85.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 237 | 0.82 | 0.67 | 0 | 0.07 | 229.18 | 0.84 | 0.55 |
| Hex | 2B | 4E | ED | 52 | 43 | 0 | 7 | E5 | 54 | 37 |
| Octal | 53 | 116 | 355 | 122 | 103 | 0 | 7 | 345 | 124 | 67 |
| Binary | 101011 | 1001110 | 11101101 | 1010010 | 1000011 | 0 | 111 | 11100101 | 1010100 | 110111 |
Color Harmonies of #2B4EED
Complementary color
Monochromatic Colors of #2B4EED
Black with #2B4EED
Text Example
Text Example
White with #2B4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4EED; }
p { color: rgb(43,78,237); }
H1.HeaderClassName
{
color: #2B4EED;
}
.AnyTagClassName
{
color: #2B4EED;
}
</style>
background-color css
<style>
a { background-color: #2B4EED; }
a { background-color: rgb(43,78,237); }
div.DivClassName
{
background-color: #2B4EED;
}
.BgClassName
{
background-color: #2B4EED;
}
</style>
border-color css
<style>
span { border-color: #2B4EED; }
span { border-color: rgb(43,78,237); }
td.TdClassName
{
border-color: #2B4EED;
}
.TagClassName
{
border-color: #2B4EED;
}
</style>