Shades of Royal Blue #2B5ADC
Tints of Royal Blue #2B5ADC
RGB
CMYK
RGB Variations
Color information
#2B5ADC (or 0x2B5ADC) is known color: Royal Blue. HEX triplet: 2B, 5A and DC. RGB value is (43,90,220). Sum of RGB (Red+Green+Blue) = 43+90+220=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B5ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ADC is #D4A523. Grayscale: #5A5A5A. Windows color (decimal): -13935908 or 14441003. OLE color: 14441003.
HSL color Cylindrical-coordinate representation of color #2B5ADC: hue angle of 224.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5ADC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 90 | 220 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.14 |
| HSL | 224.07º | 0.72% | 0.52% | - |
| HSV(B) | 224.07º | 0.8% | 0.86% | - |
| XYZ | 17.57 | 12.99 | 69.29 | - |
| YUV | 90.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 220 | 0.80 | 0.59 | 0 | 0.14 | 224.07 | 0.72 | 0.52 |
| Hex | 2B | 5A | DC | 50 | 3B | 0 | E | E0 | 48 | 34 |
| Octal | 53 | 132 | 334 | 120 | 73 | 0 | 16 | 340 | 110 | 64 |
| Binary | 101011 | 1011010 | 11011100 | 1010000 | 111011 | 0 | 1110 | 11100000 | 1001000 | 110100 |
Color Harmonies of #2B5ADC
Complementary color
Monochromatic Colors of #2B5ADC
Black with #2B5ADC
Text Example
Text Example
White with #2B5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ADC; }
p { color: rgb(43,90,220); }
H1.HeaderClassName
{
color: #2B5ADC;
}
.AnyTagClassName
{
color: #2B5ADC;
}
</style>
background-color css
<style>
a { background-color: #2B5ADC; }
a { background-color: rgb(43,90,220); }
div.DivClassName
{
background-color: #2B5ADC;
}
.BgClassName
{
background-color: #2B5ADC;
}
</style>
border-color css
<style>
span { border-color: #2B5ADC; }
span { border-color: rgb(43,90,220); }
td.TdClassName
{
border-color: #2B5ADC;
}
.TagClassName
{
border-color: #2B5ADC;
}
</style>