Shades of Royal Blue #2B5CEA
Tints of Royal Blue #2B5CEA
RGB
CMYK
RGB Variations
Color information
#2B5CEA (or 0x2B5CEA) is known color: Royal Blue. HEX triplet: 2B, 5C and EA. RGB value is (43,92,234). Sum of RGB (Red+Green+Blue) = 43+92+234=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B5CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CEA is #D4A315. Grayscale: #5C5C5C. Windows color (decimal): -13935382 or 15359019. OLE color: 15359019.
HSL color Cylindrical-coordinate representation of color #2B5CEA: hue angle of 224.61º 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 #2B5CEA is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 92 | 234 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.08 |
| HSL | 224.61º | 0.82% | 0.54% | - |
| HSV(B) | 224.61º | 0.82% | 0.92% | - |
| XYZ | 19.67 | 14.11 | 79.53 | - |
| YUV | 93.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 234 | 0.82 | 0.61 | 0 | 0.08 | 224.61 | 0.82 | 0.54 |
| Hex | 2B | 5C | EA | 52 | 3D | 0 | 8 | E1 | 52 | 36 |
| Octal | 53 | 134 | 352 | 122 | 75 | 0 | 10 | 341 | 122 | 66 |
| Binary | 101011 | 1011100 | 11101010 | 1010010 | 111101 | 0 | 1000 | 11100001 | 1010010 | 110110 |
Color Harmonies of #2B5CEA
Complementary color
Monochromatic Colors of #2B5CEA
Black with #2B5CEA
Text Example
Text Example
White with #2B5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5CEA; }
p { color: rgb(43,92,234); }
H1.HeaderClassName
{
color: #2B5CEA;
}
.AnyTagClassName
{
color: #2B5CEA;
}
</style>
background-color css
<style>
a { background-color: #2B5CEA; }
a { background-color: rgb(43,92,234); }
div.DivClassName
{
background-color: #2B5CEA;
}
.BgClassName
{
background-color: #2B5CEA;
}
</style>
border-color css
<style>
span { border-color: #2B5CEA; }
span { border-color: rgb(43,92,234); }
td.TdClassName
{
border-color: #2B5CEA;
}
.TagClassName
{
border-color: #2B5CEA;
}
</style>