Shades of Royal Blue #2647EA
Tints of Royal Blue #2647EA
RGB
CMYK
RGB Variations
Color information
#2647EA (or 0x2647EA) is known color: Royal Blue. HEX triplet: 26, 47 and EA. RGB value is (38,71,234). Sum of RGB (Red+Green+Blue) = 38+71+234=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #2647EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2647EA is #D9B815. Grayscale: #4F4F4F. Windows color (decimal): -14268438 or 15353638. OLE color: 15353638.
HSL color Cylindrical-coordinate representation of color #2647EA: hue angle of 229.9º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2647EA is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 71 | 234 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.08 |
| HSL | 229.9º | 0.82% | 0.53% | - |
| HSV(B) | 229.9º | 0.84% | 0.92% | - |
| XYZ | 17.9 | 10.86 | 78.99 | - |
| YUV | 79.72 | 215.07 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 234 | 0.84 | 0.70 | 0 | 0.08 | 229.9 | 0.82 | 0.53 |
| Hex | 26 | 47 | EA | 54 | 46 | 0 | 8 | E6 | 52 | 35 |
| Octal | 46 | 107 | 352 | 124 | 106 | 0 | 10 | 346 | 122 | 65 |
| Binary | 100110 | 1000111 | 11101010 | 1010100 | 1000110 | 0 | 1000 | 11100110 | 1010010 | 110101 |
Color Harmonies of #2647EA
Complementary color
Monochromatic Colors of #2647EA
Black with #2647EA
Text Example
Text Example
White with #2647EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647EA; }
p { color: rgb(38,71,234); }
H1.HeaderClassName
{
color: #2647EA;
}
.AnyTagClassName
{
color: #2647EA;
}
</style>
background-color css
<style>
a { background-color: #2647EA; }
a { background-color: rgb(38,71,234); }
div.DivClassName
{
background-color: #2647EA;
}
.BgClassName
{
background-color: #2647EA;
}
</style>
border-color css
<style>
span { border-color: #2647EA; }
span { border-color: rgb(38,71,234); }
td.TdClassName
{
border-color: #2647EA;
}
.TagClassName
{
border-color: #2647EA;
}
</style>