Shades of Royal Blue #2B65D6
Tints of Royal Blue #2B65D6
RGB
CMYK
RGB Variations
Color information
#2B65D6 (or 0x2B65D6) is known color: Royal Blue. HEX triplet: 2B, 65 and D6. RGB value is (43,101,214). Sum of RGB (Red+Green+Blue) = 43+101+214=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B65D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65D6 is #D49A29. Grayscale: #606060. Windows color (decimal): -13933098 or 14050603. OLE color: 14050603.
HSL color Cylindrical-coordinate representation of color #2B65D6: hue angle of 219.65º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B65D6 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 101 | 214 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.16 |
| HSL | 219.65º | 0.68% | 0.5% | - |
| HSV(B) | 219.65º | 0.8% | 0.84% | - |
| XYZ | 17.79 | 14.68 | 65.51 | - |
| YUV | 96.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 214 | 0.80 | 0.53 | 0 | 0.16 | 219.65 | 0.68 | 0.5 |
| Hex | 2B | 65 | D6 | 50 | 35 | 0 | 10 | DC | 44 | 32 |
| Octal | 53 | 145 | 326 | 120 | 65 | 0 | 20 | 334 | 104 | 62 |
| Binary | 101011 | 1100101 | 11010110 | 1010000 | 110101 | 0 | 10000 | 11011100 | 1000100 | 110010 |
Color Harmonies of #2B65D6
Complementary color
Monochromatic Colors of #2B65D6
Black with #2B65D6
Text Example
Text Example
White with #2B65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B65D6; }
p { color: rgb(43,101,214); }
H1.HeaderClassName
{
color: #2B65D6;
}
.AnyTagClassName
{
color: #2B65D6;
}
</style>
background-color css
<style>
a { background-color: #2B65D6; }
a { background-color: rgb(43,101,214); }
div.DivClassName
{
background-color: #2B65D6;
}
.BgClassName
{
background-color: #2B65D6;
}
</style>
border-color css
<style>
span { border-color: #2B65D6; }
span { border-color: rgb(43,101,214); }
td.TdClassName
{
border-color: #2B65D6;
}
.TagClassName
{
border-color: #2B65D6;
}
</style>