Shades of Royal Blue #2B6BED
Tints of Royal Blue #2B6BED
RGB
CMYK
RGB Variations
Color information
#2B6BED (or 0x2B6BED) is known color: Royal Blue. HEX triplet: 2B, 6B and ED. RGB value is (43,107,237). Sum of RGB (Red+Green+Blue) = 43+107+237=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B6BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6BED is #D49412. Grayscale: #666666. Windows color (decimal): -13931539 or 15559467. OLE color: 15559467.
HSL color Cylindrical-coordinate representation of color #2B6BED: hue angle of 220.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B6BED is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 107 | 237 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.07 |
| HSL | 220.21º | 0.84% | 0.55% | - |
| HSV(B) | 220.21º | 0.82% | 0.93% | - |
| XYZ | 21.54 | 17.14 | 82.29 | - |
| YUV | 102.68 | 203.8 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 237 | 0.82 | 0.55 | 0 | 0.07 | 220.21 | 0.84 | 0.55 |
| Hex | 2B | 6B | ED | 52 | 37 | 0 | 7 | DC | 54 | 37 |
| Octal | 53 | 153 | 355 | 122 | 67 | 0 | 7 | 334 | 124 | 67 |
| Binary | 101011 | 1101011 | 11101101 | 1010010 | 110111 | 0 | 111 | 11011100 | 1010100 | 110111 |
Color Harmonies of #2B6BED
Complementary color
Monochromatic Colors of #2B6BED
Black with #2B6BED
Text Example
Text Example
White with #2B6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BED; }
p { color: rgb(43,107,237); }
H1.HeaderClassName
{
color: #2B6BED;
}
.AnyTagClassName
{
color: #2B6BED;
}
</style>
background-color css
<style>
a { background-color: #2B6BED; }
a { background-color: rgb(43,107,237); }
div.DivClassName
{
background-color: #2B6BED;
}
.BgClassName
{
background-color: #2B6BED;
}
</style>
border-color css
<style>
span { border-color: #2B6BED; }
span { border-color: rgb(43,107,237); }
td.TdClassName
{
border-color: #2B6BED;
}
.TagClassName
{
border-color: #2B6BED;
}
</style>