Shades of Royal Blue #2672EA
Tints of Royal Blue #2672EA
RGB
CMYK
RGB Variations
Color information
#2672EA (or 0x2672EA) is known color: Royal Blue. HEX triplet: 26, 72 and EA. RGB value is (38,114,234). Sum of RGB (Red+Green+Blue) = 38+114+234=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2672EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672EA is #D98D15. Grayscale: #686868. Windows color (decimal): -14257430 or 15364646. OLE color: 15364646.
HSL color Cylindrical-coordinate representation of color #2672EA: hue angle of 216.73º 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 #2672EA is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 114 | 234 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.08 |
| HSL | 216.73º | 0.82% | 0.53% | - |
| HSV(B) | 216.73º | 0.84% | 0.92% | - |
| XYZ | 21.67 | 18.39 | 80.25 | - |
| YUV | 104.96 | 200.82 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 234 | 0.84 | 0.51 | 0 | 0.08 | 216.73 | 0.82 | 0.53 |
| Hex | 26 | 72 | EA | 54 | 33 | 0 | 8 | D9 | 52 | 35 |
| Octal | 46 | 162 | 352 | 124 | 63 | 0 | 10 | 331 | 122 | 65 |
| Binary | 100110 | 1110010 | 11101010 | 1010100 | 110011 | 0 | 1000 | 11011001 | 1010010 | 110101 |
Color Harmonies of #2672EA
Complementary color
Monochromatic Colors of #2672EA
Black with #2672EA
Text Example
Text Example
White with #2672EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672EA; }
p { color: rgb(38,114,234); }
H1.HeaderClassName
{
color: #2672EA;
}
.AnyTagClassName
{
color: #2672EA;
}
</style>
background-color css
<style>
a { background-color: #2672EA; }
a { background-color: rgb(38,114,234); }
div.DivClassName
{
background-color: #2672EA;
}
.BgClassName
{
background-color: #2672EA;
}
</style>
border-color css
<style>
span { border-color: #2672EA; }
span { border-color: rgb(38,114,234); }
td.TdClassName
{
border-color: #2672EA;
}
.TagClassName
{
border-color: #2672EA;
}
</style>