Shades of Royal Blue #2C6BDF
Tints of Royal Blue #2C6BDF
RGB
CMYK
RGB Variations
Color information
#2C6BDF (or 0x2C6BDF) is known color: Royal Blue. HEX triplet: 2C, 6B and DF. RGB value is (44,107,223). Sum of RGB (Red+Green+Blue) = 44+107+223=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C6BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BDF is #D39420. Grayscale: #646464. Windows color (decimal): -13866017 or 14641964. OLE color: 14641964.
HSL color Cylindrical-coordinate representation of color #2C6BDF: hue angle of 218.88º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6BDF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 107 | 223 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.13 |
| HSL | 218.88º | 0.74% | 0.52% | - |
| HSV(B) | 218.88º | 0.8% | 0.87% | - |
| XYZ | 19.62 | 16.38 | 71.94 | - |
| YUV | 101.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 223 | 0.80 | 0.52 | 0 | 0.13 | 218.88 | 0.74 | 0.52 |
| Hex | 2C | 6B | DF | 50 | 34 | 0 | D | DB | 4A | 34 |
| Octal | 54 | 153 | 337 | 120 | 64 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101100 | 1101011 | 11011111 | 1010000 | 110100 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2C6BDF
Complementary color
Monochromatic Colors of #2C6BDF
Black with #2C6BDF
Text Example
Text Example
White with #2C6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6BDF; }
p { color: rgb(44,107,223); }
H1.HeaderClassName
{
color: #2C6BDF;
}
.AnyTagClassName
{
color: #2C6BDF;
}
</style>
background-color css
<style>
a { background-color: #2C6BDF; }
a { background-color: rgb(44,107,223); }
div.DivClassName
{
background-color: #2C6BDF;
}
.BgClassName
{
background-color: #2C6BDF;
}
</style>
border-color css
<style>
span { border-color: #2C6BDF; }
span { border-color: rgb(44,107,223); }
td.TdClassName
{
border-color: #2C6BDF;
}
.TagClassName
{
border-color: #2C6BDF;
}
</style>