Shades of Royal Blue #2B63EF
Tints of Royal Blue #2B63EF
RGB
CMYK
RGB Variations
Color information
#2B63EF (or 0x2B63EF) is known color: Royal Blue. HEX triplet: 2B, 63 and EF. RGB value is (43,99,239). Sum of RGB (Red+Green+Blue) = 43+99+239=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B63EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B63EF is #D49C10. Grayscale: #616161. Windows color (decimal): -13933585 or 15688491. OLE color: 15688491.
HSL color Cylindrical-coordinate representation of color #2B63EF: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B63EF is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 99 | 239 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.06 |
| HSL | 222.86º | 0.86% | 0.55% | - |
| HSV(B) | 222.86º | 0.82% | 0.94% | - |
| XYZ | 21.04 | 15.67 | 83.58 | - |
| YUV | 98.22 | 207.45 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 239 | 0.82 | 0.59 | 0 | 0.06 | 222.86 | 0.86 | 0.55 |
| Hex | 2B | 63 | EF | 52 | 3B | 0 | 6 | DF | 56 | 37 |
| Octal | 53 | 143 | 357 | 122 | 73 | 0 | 6 | 337 | 126 | 67 |
| Binary | 101011 | 1100011 | 11101111 | 1010010 | 111011 | 0 | 110 | 11011111 | 1010110 | 110111 |
Color Harmonies of #2B63EF
Complementary color
Monochromatic Colors of #2B63EF
Black with #2B63EF
Text Example
Text Example
White with #2B63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B63EF; }
p { color: rgb(43,99,239); }
H1.HeaderClassName
{
color: #2B63EF;
}
.AnyTagClassName
{
color: #2B63EF;
}
</style>
background-color css
<style>
a { background-color: #2B63EF; }
a { background-color: rgb(43,99,239); }
div.DivClassName
{
background-color: #2B63EF;
}
.BgClassName
{
background-color: #2B63EF;
}
</style>
border-color css
<style>
span { border-color: #2B63EF; }
span { border-color: rgb(43,99,239); }
td.TdClassName
{
border-color: #2B63EF;
}
.TagClassName
{
border-color: #2B63EF;
}
</style>