Shades of Royal Blue #2C6BFC
Tints of Royal Blue #2C6BFC
RGB
CMYK
RGB Variations
Color information
#2C6BFC (or 0x2C6BFC) is known color: Royal Blue. HEX triplet: 2C, 6B and FC. RGB value is (44,107,252). Sum of RGB (Red+Green+Blue) = 44+107+252=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6BFC is #D39403. Grayscale: #686868. Windows color (decimal): -13865988 or 16542508. OLE color: 16542508.
HSL color Cylindrical-coordinate representation of color #2C6BFC: hue angle of 221.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C6BFC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 107 | 252 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.01 |
| HSL | 221.83º | 0.97% | 0.58% | - |
| HSV(B) | 221.83º | 0.83% | 0.99% | - |
| XYZ | 23.87 | 18.08 | 94.33 | - |
| YUV | 104.69 | 211.13 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 252 | 0.83 | 0.58 | 0 | 0.01 | 221.83 | 0.97 | 0.58 |
| Hex | 2C | 6B | FC | 53 | 3A | 0 | 1 | DE | 61 | 3A |
| Octal | 54 | 153 | 374 | 123 | 72 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101100 | 1101011 | 11111100 | 1010011 | 111010 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2C6BFC
Complementary color
Monochromatic Colors of #2C6BFC
Black with #2C6BFC
Text Example
Text Example
White with #2C6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6BFC; }
p { color: rgb(44,107,252); }
H1.HeaderClassName
{
color: #2C6BFC;
}
.AnyTagClassName
{
color: #2C6BFC;
}
</style>
background-color css
<style>
a { background-color: #2C6BFC; }
a { background-color: rgb(44,107,252); }
div.DivClassName
{
background-color: #2C6BFC;
}
.BgClassName
{
background-color: #2C6BFC;
}
</style>
border-color css
<style>
span { border-color: #2C6BFC; }
span { border-color: rgb(44,107,252); }
td.TdClassName
{
border-color: #2C6BFC;
}
.TagClassName
{
border-color: #2C6BFC;
}
</style>