Shades of Royal Blue #2B63DA
Tints of Royal Blue #2B63DA
RGB
CMYK
RGB Variations
Color information
#2B63DA (or 0x2B63DA) is known color: Royal Blue. HEX triplet: 2B, 63 and DA. RGB value is (43,99,218). Sum of RGB (Red+Green+Blue) = 43+99+218=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B63DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63DA is #D49C25. Grayscale: #5F5F5F. Windows color (decimal): -13933606 or 14312235. OLE color: 14312235.
HSL color Cylindrical-coordinate representation of color #2B63DA: hue angle of 220.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B63DA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 99 | 218 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.15 |
| HSL | 220.8º | 0.7% | 0.51% | - |
| HSV(B) | 220.8º | 0.8% | 0.85% | - |
| XYZ | 18.11 | 14.5 | 68.17 | - |
| YUV | 95.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 218 | 0.80 | 0.55 | 0 | 0.15 | 220.8 | 0.7 | 0.51 |
| Hex | 2B | 63 | DA | 50 | 37 | 0 | F | DD | 46 | 33 |
| Octal | 53 | 143 | 332 | 120 | 67 | 0 | 17 | 335 | 106 | 63 |
| Binary | 101011 | 1100011 | 11011010 | 1010000 | 110111 | 0 | 1111 | 11011101 | 1000110 | 110011 |
Color Harmonies of #2B63DA
Complementary color
Monochromatic Colors of #2B63DA
Black with #2B63DA
Text Example
Text Example
White with #2B63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B63DA; }
p { color: rgb(43,99,218); }
H1.HeaderClassName
{
color: #2B63DA;
}
.AnyTagClassName
{
color: #2B63DA;
}
</style>
background-color css
<style>
a { background-color: #2B63DA; }
a { background-color: rgb(43,99,218); }
div.DivClassName
{
background-color: #2B63DA;
}
.BgClassName
{
background-color: #2B63DA;
}
</style>
border-color css
<style>
span { border-color: #2B63DA; }
span { border-color: rgb(43,99,218); }
td.TdClassName
{
border-color: #2B63DA;
}
.TagClassName
{
border-color: #2B63DA;
}
</style>