Shades of Royal Blue #2C72EF
Tints of Royal Blue #2C72EF
RGB
CMYK
RGB Variations
Color information
#2C72EF (or 0x2C72EF) is known color: Royal Blue. HEX triplet: 2C, 72 and EF. RGB value is (44,114,239). Sum of RGB (Red+Green+Blue) = 44+114+239=397 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.08% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C72EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C72EF is #D38D10. Grayscale: #6A6A6A. Windows color (decimal): -13864209 or 15692332. OLE color: 15692332.
HSL color Cylindrical-coordinate representation of color #2C72EF: hue angle of 218.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C72EF is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 114 | 239 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.06 |
| HSL | 218.46º | 0.86% | 0.55% | - |
| HSV(B) | 218.46º | 0.82% | 0.94% | - |
| XYZ | 22.64 | 18.8 | 84.1 | - |
| YUV | 107.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 239 | 0.82 | 0.52 | 0 | 0.06 | 218.46 | 0.86 | 0.55 |
| Hex | 2C | 72 | EF | 52 | 34 | 0 | 6 | DA | 56 | 37 |
| Octal | 54 | 162 | 357 | 122 | 64 | 0 | 6 | 332 | 126 | 67 |
| Binary | 101100 | 1110010 | 11101111 | 1010010 | 110100 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2C72EF
Complementary color
Monochromatic Colors of #2C72EF
Black with #2C72EF
Text Example
Text Example
White with #2C72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C72EF; }
p { color: rgb(44,114,239); }
H1.HeaderClassName
{
color: #2C72EF;
}
.AnyTagClassName
{
color: #2C72EF;
}
</style>
background-color css
<style>
a { background-color: #2C72EF; }
a { background-color: rgb(44,114,239); }
div.DivClassName
{
background-color: #2C72EF;
}
.BgClassName
{
background-color: #2C72EF;
}
</style>
border-color css
<style>
span { border-color: #2C72EF; }
span { border-color: rgb(44,114,239); }
td.TdClassName
{
border-color: #2C72EF;
}
.TagClassName
{
border-color: #2C72EF;
}
</style>