Shades of Royal Blue #2B6FDC
Tints of Royal Blue #2B6FDC
RGB
CMYK
RGB Variations
Color information
#2B6FDC (or 0x2B6FDC) is known color: Royal Blue. HEX triplet: 2B, 6F and DC. RGB value is (43,111,220). Sum of RGB (Red+Green+Blue) = 43+111+220=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FDC is #D49023. Grayscale: #666666. Windows color (decimal): -13930532 or 14446379. OLE color: 14446379.
HSL color Cylindrical-coordinate representation of color #2B6FDC: hue angle of 216.95º 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 #2B6FDC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 111 | 220 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.14 |
| HSL | 216.95º | 0.72% | 0.52% | - |
| HSV(B) | 216.95º | 0.8% | 0.86% | - |
| XYZ | 19.6 | 17.05 | 69.97 | - |
| YUV | 103.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 220 | 0.80 | 0.50 | 0 | 0.14 | 216.95 | 0.72 | 0.52 |
| Hex | 2B | 6F | DC | 50 | 32 | 0 | E | D9 | 48 | 34 |
| Octal | 53 | 157 | 334 | 120 | 62 | 0 | 16 | 331 | 110 | 64 |
| Binary | 101011 | 1101111 | 11011100 | 1010000 | 110010 | 0 | 1110 | 11011001 | 1001000 | 110100 |
Color Harmonies of #2B6FDC
Complementary color
Monochromatic Colors of #2B6FDC
Black with #2B6FDC
Text Example
Text Example
White with #2B6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6FDC; }
p { color: rgb(43,111,220); }
H1.HeaderClassName
{
color: #2B6FDC;
}
.AnyTagClassName
{
color: #2B6FDC;
}
</style>
background-color css
<style>
a { background-color: #2B6FDC; }
a { background-color: rgb(43,111,220); }
div.DivClassName
{
background-color: #2B6FDC;
}
.BgClassName
{
background-color: #2B6FDC;
}
</style>
border-color css
<style>
span { border-color: #2B6FDC; }
span { border-color: rgb(43,111,220); }
td.TdClassName
{
border-color: #2B6FDC;
}
.TagClassName
{
border-color: #2B6FDC;
}
</style>