Shades of Royal Blue #2B6BDF
Tints of Royal Blue #2B6BDF
RGB
CMYK
RGB Variations
Color information
#2B6BDF (or 0x2B6BDF) is known color: Royal Blue. HEX triplet: 2B, 6B and DF. RGB value is (43,107,223). Sum of RGB (Red+Green+Blue) = 43+107+223=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BDF is #D49420. Grayscale: #646464. Windows color (decimal): -13931553 or 14641963. OLE color: 14641963.
HSL color Cylindrical-coordinate representation of color #2B6BDF: hue angle of 218.67º degrees, saturation: 0.74, 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 #2B6BDF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 107 | 223 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.13 |
| HSL | 218.67º | 0.74% | 0.52% | - |
| HSV(B) | 218.67º | 0.81% | 0.87% | - |
| XYZ | 19.57 | 16.36 | 71.94 | - |
| YUV | 101.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 223 | 0.81 | 0.52 | 0 | 0.13 | 218.67 | 0.74 | 0.52 |
| Hex | 2B | 6B | DF | 51 | 34 | 0 | D | DB | 4A | 34 |
| Octal | 53 | 153 | 337 | 121 | 64 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101011 | 1101011 | 11011111 | 1010001 | 110100 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2B6BDF
Complementary color
Monochromatic Colors of #2B6BDF
Black with #2B6BDF
Text Example
Text Example
White with #2B6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BDF; }
p { color: rgb(43,107,223); }
H1.HeaderClassName
{
color: #2B6BDF;
}
.AnyTagClassName
{
color: #2B6BDF;
}
</style>
background-color css
<style>
a { background-color: #2B6BDF; }
a { background-color: rgb(43,107,223); }
div.DivClassName
{
background-color: #2B6BDF;
}
.BgClassName
{
background-color: #2B6BDF;
}
</style>
border-color css
<style>
span { border-color: #2B6BDF; }
span { border-color: rgb(43,107,223); }
td.TdClassName
{
border-color: #2B6BDF;
}
.TagClassName
{
border-color: #2B6BDF;
}
</style>