Shades of Royal Blue #2C6FED
Tints of Royal Blue #2C6FED
RGB
CMYK
RGB Variations
Color information
#2C6FED (or 0x2C6FED) is known color: Royal Blue. HEX triplet: 2C, 6F and ED. RGB value is (44,111,237). Sum of RGB (Red+Green+Blue) = 44+111+237=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C6FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6FED is #D39012. Grayscale: #686868. Windows color (decimal): -13864979 or 15560492. OLE color: 15560492.
HSL color Cylindrical-coordinate representation of color #2C6FED: hue angle of 219.17º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6FED is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 111 | 237 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.07 |
| HSL | 219.17º | 0.84% | 0.55% | - |
| HSV(B) | 219.17º | 0.81% | 0.93% | - |
| XYZ | 22.01 | 18.02 | 82.44 | - |
| YUV | 105.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 237 | 0.81 | 0.53 | 0 | 0.07 | 219.17 | 0.84 | 0.55 |
| Hex | 2C | 6F | ED | 51 | 35 | 0 | 7 | DB | 54 | 37 |
| Octal | 54 | 157 | 355 | 121 | 65 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101100 | 1101111 | 11101101 | 1010001 | 110101 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #2C6FED
Complementary color
Monochromatic Colors of #2C6FED
Black with #2C6FED
Text Example
Text Example
White with #2C6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6FED; }
p { color: rgb(44,111,237); }
H1.HeaderClassName
{
color: #2C6FED;
}
.AnyTagClassName
{
color: #2C6FED;
}
</style>
background-color css
<style>
a { background-color: #2C6FED; }
a { background-color: rgb(44,111,237); }
div.DivClassName
{
background-color: #2C6FED;
}
.BgClassName
{
background-color: #2C6FED;
}
</style>
border-color css
<style>
span { border-color: #2C6FED; }
span { border-color: rgb(44,111,237); }
td.TdClassName
{
border-color: #2C6FED;
}
.TagClassName
{
border-color: #2C6FED;
}
</style>