Shades of Royal Blue #2B67DD
Tints of Royal Blue #2B67DD
RGB
CMYK
RGB Variations
Color information
#2B67DD (or 0x2B67DD) is known color: Royal Blue. HEX triplet: 2B, 67 and DD. RGB value is (43,103,221). Sum of RGB (Red+Green+Blue) = 43+103+221=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B67DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B67DD is #D49822. Grayscale: #616161. Windows color (decimal): -13932579 or 14509867. OLE color: 14509867.
HSL color Cylindrical-coordinate representation of color #2B67DD: hue angle of 219.78º 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 #2B67DD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 103 | 221 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.13 |
| HSL | 219.78º | 0.72% | 0.52% | - |
| HSV(B) | 219.78º | 0.81% | 0.87% | - |
| XYZ | 18.9 | 15.43 | 70.39 | - |
| YUV | 98.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 221 | 0.81 | 0.53 | 0 | 0.13 | 219.78 | 0.72 | 0.52 |
| Hex | 2B | 67 | DD | 51 | 35 | 0 | D | DC | 48 | 34 |
| Octal | 53 | 147 | 335 | 121 | 65 | 0 | 15 | 334 | 110 | 64 |
| Binary | 101011 | 1100111 | 11011101 | 1010001 | 110101 | 0 | 1101 | 11011100 | 1001000 | 110100 |
Color Harmonies of #2B67DD
Complementary color
Monochromatic Colors of #2B67DD
Black with #2B67DD
Text Example
Text Example
White with #2B67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B67DD; }
p { color: rgb(43,103,221); }
H1.HeaderClassName
{
color: #2B67DD;
}
.AnyTagClassName
{
color: #2B67DD;
}
</style>
background-color css
<style>
a { background-color: #2B67DD; }
a { background-color: rgb(43,103,221); }
div.DivClassName
{
background-color: #2B67DD;
}
.BgClassName
{
background-color: #2B67DD;
}
</style>
border-color css
<style>
span { border-color: #2B67DD; }
span { border-color: rgb(43,103,221); }
td.TdClassName
{
border-color: #2B67DD;
}
.TagClassName
{
border-color: #2B67DD;
}
</style>