Shades of Royal Blue #2B5AED
Tints of Royal Blue #2B5AED
RGB
CMYK
RGB Variations
Color information
#2B5AED (or 0x2B5AED) is known color: Royal Blue. HEX triplet: 2B, 5A and ED. RGB value is (43,90,237). Sum of RGB (Red+Green+Blue) = 43+90+237=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B5AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5AED is #D4A512. Grayscale: #5C5C5C. Windows color (decimal): -13935891 or 15555115. OLE color: 15555115.
HSL color Cylindrical-coordinate representation of color #2B5AED: hue angle of 225.46º 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 #2B5AED is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 90 | 237 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.07 |
| HSL | 225.46º | 0.84% | 0.55% | - |
| HSV(B) | 225.46º | 0.82% | 0.93% | - |
| XYZ | 19.94 | 13.94 | 81.76 | - |
| YUV | 92.71 | 209.43 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 237 | 0.82 | 0.62 | 0 | 0.07 | 225.46 | 0.84 | 0.55 |
| Hex | 2B | 5A | ED | 52 | 3E | 0 | 7 | E1 | 54 | 37 |
| Octal | 53 | 132 | 355 | 122 | 76 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101011 | 1011010 | 11101101 | 1010010 | 111110 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2B5AED
Complementary color
Monochromatic Colors of #2B5AED
Black with #2B5AED
Text Example
Text Example
White with #2B5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5AED; }
p { color: rgb(43,90,237); }
H1.HeaderClassName
{
color: #2B5AED;
}
.AnyTagClassName
{
color: #2B5AED;
}
</style>
background-color css
<style>
a { background-color: #2B5AED; }
a { background-color: rgb(43,90,237); }
div.DivClassName
{
background-color: #2B5AED;
}
.BgClassName
{
background-color: #2B5AED;
}
</style>
border-color css
<style>
span { border-color: #2B5AED; }
span { border-color: rgb(43,90,237); }
td.TdClassName
{
border-color: #2B5AED;
}
.TagClassName
{
border-color: #2B5AED;
}
</style>