Shades of Royal Blue #2B5FDD
Tints of Royal Blue #2B5FDD
RGB
CMYK
RGB Variations
Color information
#2B5FDD (or 0x2B5FDD) is known color: Royal Blue. HEX triplet: 2B, 5F and DD. RGB value is (43,95,221). Sum of RGB (Red+Green+Blue) = 43+95+221=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FDD is #D4A022. Grayscale: #5D5D5D. Windows color (decimal): -13934627 or 14507819. OLE color: 14507819.
HSL color Cylindrical-coordinate representation of color #2B5FDD: hue angle of 222.47º 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 #2B5FDD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 95 | 221 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.13 |
| HSL | 222.47º | 0.72% | 0.52% | - |
| HSV(B) | 222.47º | 0.81% | 0.87% | - |
| XYZ | 18.14 | 13.92 | 70.14 | - |
| YUV | 93.82 | 199.77 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 221 | 0.81 | 0.57 | 0 | 0.13 | 222.47 | 0.72 | 0.52 |
| Hex | 2B | 5F | DD | 51 | 39 | 0 | D | DE | 48 | 34 |
| Octal | 53 | 137 | 335 | 121 | 71 | 0 | 15 | 336 | 110 | 64 |
| Binary | 101011 | 1011111 | 11011101 | 1010001 | 111001 | 0 | 1101 | 11011110 | 1001000 | 110100 |
Color Harmonies of #2B5FDD
Complementary color
Monochromatic Colors of #2B5FDD
Black with #2B5FDD
Text Example
Text Example
White with #2B5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FDD; }
p { color: rgb(43,95,221); }
H1.HeaderClassName
{
color: #2B5FDD;
}
.AnyTagClassName
{
color: #2B5FDD;
}
</style>
background-color css
<style>
a { background-color: #2B5FDD; }
a { background-color: rgb(43,95,221); }
div.DivClassName
{
background-color: #2B5FDD;
}
.BgClassName
{
background-color: #2B5FDD;
}
</style>
border-color css
<style>
span { border-color: #2B5FDD; }
span { border-color: rgb(43,95,221); }
td.TdClassName
{
border-color: #2B5FDD;
}
.TagClassName
{
border-color: #2B5FDD;
}
</style>