Shades of Royal Blue #2B60DD
Tints of Royal Blue #2B60DD
RGB
CMYK
RGB Variations
Color information
#2B60DD (or 0x2B60DD) is known color: Royal Blue. HEX triplet: 2B, 60 and DD. RGB value is (43,96,221). Sum of RGB (Red+Green+Blue) = 43+96+221=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B60DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60DD is #D49F22. Grayscale: #5D5D5D. Windows color (decimal): -13934371 or 14508075. OLE color: 14508075.
HSL color Cylindrical-coordinate representation of color #2B60DD: hue angle of 222.13º degrees, saturation: 0.72, 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 #2B60DD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 96 | 221 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.13 |
| HSL | 222.13º | 0.72% | 0.52% | - |
| HSV(B) | 222.13º | 0.81% | 0.87% | - |
| XYZ | 18.23 | 14.1 | 70.17 | - |
| YUV | 94.4 | 199.44 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 221 | 0.81 | 0.57 | 0 | 0.13 | 222.13 | 0.72 | 0.52 |
| Hex | 2B | 60 | DD | 51 | 39 | 0 | D | DE | 48 | 34 |
| Octal | 53 | 140 | 335 | 121 | 71 | 0 | 15 | 336 | 110 | 64 |
| Binary | 101011 | 1100000 | 11011101 | 1010001 | 111001 | 0 | 1101 | 11011110 | 1001000 | 110100 |
Color Harmonies of #2B60DD
Complementary color
Monochromatic Colors of #2B60DD
Black with #2B60DD
Text Example
Text Example
White with #2B60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B60DD; }
p { color: rgb(43,96,221); }
H1.HeaderClassName
{
color: #2B60DD;
}
.AnyTagClassName
{
color: #2B60DD;
}
</style>
background-color css
<style>
a { background-color: #2B60DD; }
a { background-color: rgb(43,96,221); }
div.DivClassName
{
background-color: #2B60DD;
}
.BgClassName
{
background-color: #2B60DD;
}
</style>
border-color css
<style>
span { border-color: #2B60DD; }
span { border-color: rgb(43,96,221); }
td.TdClassName
{
border-color: #2B60DD;
}
.TagClassName
{
border-color: #2B60DD;
}
</style>