Shades of Royal Blue #2B7BDF
Tints of Royal Blue #2B7BDF
RGB
CMYK
RGB Variations
Color information
#2B7BDF (or 0x2B7BDF) is known color: Royal Blue. HEX triplet: 2B, 7B and DF. RGB value is (43,123,223). Sum of RGB (Red+Green+Blue) = 43+123+223=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BDF is #D48420. Grayscale: #6E6E6E. Windows color (decimal): -13927457 or 14646059. OLE color: 14646059.
HSL color Cylindrical-coordinate representation of color #2B7BDF: hue angle of 213.33º 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 #2B7BDF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 123 | 223 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.13 |
| HSL | 213.33º | 0.74% | 0.52% | - |
| HSV(B) | 213.33º | 0.81% | 0.87% | - |
| XYZ | 21.4 | 20.01 | 72.55 | - |
| YUV | 110.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 223 | 0.81 | 0.45 | 0 | 0.13 | 213.33 | 0.74 | 0.52 |
| Hex | 2B | 7B | DF | 51 | 2D | 0 | D | D5 | 4A | 34 |
| Octal | 53 | 173 | 337 | 121 | 55 | 0 | 15 | 325 | 112 | 64 |
| Binary | 101011 | 1111011 | 11011111 | 1010001 | 101101 | 0 | 1101 | 11010101 | 1001010 | 110100 |
Color Harmonies of #2B7BDF
Complementary color
Monochromatic Colors of #2B7BDF
Black with #2B7BDF
Text Example
Text Example
White with #2B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BDF; }
p { color: rgb(43,123,223); }
H1.HeaderClassName
{
color: #2B7BDF;
}
.AnyTagClassName
{
color: #2B7BDF;
}
</style>
background-color css
<style>
a { background-color: #2B7BDF; }
a { background-color: rgb(43,123,223); }
div.DivClassName
{
background-color: #2B7BDF;
}
.BgClassName
{
background-color: #2B7BDF;
}
</style>
border-color css
<style>
span { border-color: #2B7BDF; }
span { border-color: rgb(43,123,223); }
td.TdClassName
{
border-color: #2B7BDF;
}
.TagClassName
{
border-color: #2B7BDF;
}
</style>