Shades of Royal Blue #2B60DC
Tints of Royal Blue #2B60DC
RGB
CMYK
RGB Variations
Color information
#2B60DC (or 0x2B60DC) is known color: Royal Blue. HEX triplet: 2B, 60 and DC. RGB value is (43,96,220). Sum of RGB (Red+Green+Blue) = 43+96+220=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B60DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60DC is #D49F23. Grayscale: #5D5D5D. Windows color (decimal): -13934372 or 14442539. OLE color: 14442539.
HSL color Cylindrical-coordinate representation of color #2B60DC: hue angle of 222.03º 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 #2B60DC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 96 | 220 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.14 |
| HSL | 222.03º | 0.72% | 0.52% | - |
| HSV(B) | 222.03º | 0.8% | 0.86% | - |
| XYZ | 18.1 | 14.05 | 69.47 | - |
| YUV | 94.29 | 198.94 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 220 | 0.80 | 0.56 | 0 | 0.14 | 222.03 | 0.72 | 0.52 |
| Hex | 2B | 60 | DC | 50 | 38 | 0 | E | DE | 48 | 34 |
| Octal | 53 | 140 | 334 | 120 | 70 | 0 | 16 | 336 | 110 | 64 |
| Binary | 101011 | 1100000 | 11011100 | 1010000 | 111000 | 0 | 1110 | 11011110 | 1001000 | 110100 |
Color Harmonies of #2B60DC
Complementary color
Monochromatic Colors of #2B60DC
Black with #2B60DC
Text Example
Text Example
White with #2B60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B60DC; }
p { color: rgb(43,96,220); }
H1.HeaderClassName
{
color: #2B60DC;
}
.AnyTagClassName
{
color: #2B60DC;
}
</style>
background-color css
<style>
a { background-color: #2B60DC; }
a { background-color: rgb(43,96,220); }
div.DivClassName
{
background-color: #2B60DC;
}
.BgClassName
{
background-color: #2B60DC;
}
</style>
border-color css
<style>
span { border-color: #2B60DC; }
span { border-color: rgb(43,96,220); }
td.TdClassName
{
border-color: #2B60DC;
}
.TagClassName
{
border-color: #2B60DC;
}
</style>