Shades of Royal Blue #2B5ADF
Tints of Royal Blue #2B5ADF
RGB
CMYK
RGB Variations
Color information
#2B5ADF (or 0x2B5ADF) is known color: Royal Blue. HEX triplet: 2B, 5A and DF. RGB value is (43,90,223). Sum of RGB (Red+Green+Blue) = 43+90+223=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B5ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ADF is #D4A520. Grayscale: #5A5A5A. Windows color (decimal): -13935905 or 14637611. OLE color: 14637611.
HSL color Cylindrical-coordinate representation of color #2B5ADF: hue angle of 224.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B5ADF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 90 | 223 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.13 |
| HSL | 224.33º | 0.74% | 0.52% | - |
| HSV(B) | 224.33º | 0.81% | 0.87% | - |
| XYZ | 17.97 | 13.15 | 71.4 | - |
| YUV | 91.11 | 202.43 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 223 | 0.81 | 0.60 | 0 | 0.13 | 224.33 | 0.74 | 0.52 |
| Hex | 2B | 5A | DF | 51 | 3C | 0 | D | E0 | 4A | 34 |
| Octal | 53 | 132 | 337 | 121 | 74 | 0 | 15 | 340 | 112 | 64 |
| Binary | 101011 | 1011010 | 11011111 | 1010001 | 111100 | 0 | 1101 | 11100000 | 1001010 | 110100 |
Color Harmonies of #2B5ADF
Complementary color
Monochromatic Colors of #2B5ADF
Black with #2B5ADF
Text Example
Text Example
White with #2B5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ADF; }
p { color: rgb(43,90,223); }
H1.HeaderClassName
{
color: #2B5ADF;
}
.AnyTagClassName
{
color: #2B5ADF;
}
</style>
background-color css
<style>
a { background-color: #2B5ADF; }
a { background-color: rgb(43,90,223); }
div.DivClassName
{
background-color: #2B5ADF;
}
.BgClassName
{
background-color: #2B5ADF;
}
</style>
border-color css
<style>
span { border-color: #2B5ADF; }
span { border-color: rgb(43,90,223); }
td.TdClassName
{
border-color: #2B5ADF;
}
.TagClassName
{
border-color: #2B5ADF;
}
</style>