Shades of Royal Blue #2B5DEA
Tints of Royal Blue #2B5DEA
RGB
CMYK
RGB Variations
Color information
#2B5DEA (or 0x2B5DEA) is known color: Royal Blue. HEX triplet: 2B, 5D and EA. RGB value is (43,93,234). Sum of RGB (Red+Green+Blue) = 43+93+234=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B5DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5DEA is #D4A215. Grayscale: #5D5D5D. Windows color (decimal): -13935126 or 15359275. OLE color: 15359275.
HSL color Cylindrical-coordinate representation of color #2B5DEA: hue angle of 224.29º 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 #2B5DEA is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 43 | 93 | 234 | - |
CMYK | 0.82 | 0.60 | 0 | 0.08 |
HSL | 224.29º | 0.82% | 0.54% | - |
HSV(B) | 224.29º | 0.82% | 0.92% | - |
XYZ | 19.76 | 14.28 | 79.56 | - |
YUV | 94.12 | 206.94 | 91.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 93 | 234 | 0.82 | 0.60 | 0 | 0.08 | 224.29 | 0.82 | 0.54 |
Hex | 2B | 5D | EA | 52 | 3C | 0 | 8 | E0 | 52 | 36 |
Octal | 53 | 135 | 352 | 122 | 74 | 0 | 10 | 340 | 122 | 66 |
Binary | 101011 | 1011101 | 11101010 | 1010010 | 111100 | 0 | 1000 | 11100000 | 1010010 | 110110 |
Color Harmonies of #2B5DEA
Complementary color
Monochromatic Colors of #2B5DEA
Black with #2B5DEA
Text Example
Text Example
White with #2B5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5DEA; }
p { color: rgb(43,93,234); }
H1.HeaderClassName
{
color: #2B5DEA;
}
.AnyTagClassName
{
color: #2B5DEA;
}
</style>
background-color css
<style>
a { background-color: #2B5DEA; }
a { background-color: rgb(43,93,234); }
div.DivClassName
{
background-color: #2B5DEA;
}
.BgClassName
{
background-color: #2B5DEA;
}
</style>
border-color css
<style>
span { border-color: #2B5DEA; }
span { border-color: rgb(43,93,234); }
td.TdClassName
{
border-color: #2B5DEA;
}
.TagClassName
{
border-color: #2B5DEA;
}
</style>