Shades of Royal Blue #2B64EC
Tints of Royal Blue #2B64EC
RGB
CMYK
RGB Variations
Color information
#2B64EC (or 0x2B64EC) is known color: Royal Blue. HEX triplet: 2B, 64 and EC. RGB value is (43,100,236). Sum of RGB (Red+Green+Blue) = 43+100+236=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B64EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B64EC is #D49B13. Grayscale: #616161. Windows color (decimal): -13933332 or 15492139. OLE color: 15492139.
HSL color Cylindrical-coordinate representation of color #2B64EC: hue angle of 222.28º 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 #2B64EC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 100 | 236 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.07 |
| HSL | 222.28º | 0.84% | 0.55% | - |
| HSV(B) | 222.28º | 0.82% | 0.93% | - |
| XYZ | 20.69 | 15.68 | 81.29 | - |
| YUV | 98.46 | 205.62 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 236 | 0.82 | 0.58 | 0 | 0.07 | 222.28 | 0.84 | 0.55 |
| Hex | 2B | 64 | EC | 52 | 3A | 0 | 7 | DE | 54 | 37 |
| Octal | 53 | 144 | 354 | 122 | 72 | 0 | 7 | 336 | 124 | 67 |
| Binary | 101011 | 1100100 | 11101100 | 1010010 | 111010 | 0 | 111 | 11011110 | 1010100 | 110111 |
Color Harmonies of #2B64EC
Complementary color
Monochromatic Colors of #2B64EC
Black with #2B64EC
Text Example
Text Example
White with #2B64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64EC; }
p { color: rgb(43,100,236); }
H1.HeaderClassName
{
color: #2B64EC;
}
.AnyTagClassName
{
color: #2B64EC;
}
</style>
background-color css
<style>
a { background-color: #2B64EC; }
a { background-color: rgb(43,100,236); }
div.DivClassName
{
background-color: #2B64EC;
}
.BgClassName
{
background-color: #2B64EC;
}
</style>
border-color css
<style>
span { border-color: #2B64EC; }
span { border-color: rgb(43,100,236); }
td.TdClassName
{
border-color: #2B64EC;
}
.TagClassName
{
border-color: #2B64EC;
}
</style>