Shades of Royal Blue #2672E8
Tints of Royal Blue #2672E8
RGB
CMYK
RGB Variations
Color information
#2672E8 (or 0x2672E8) is known color: Royal Blue. HEX triplet: 26, 72 and E8. RGB value is (38,114,232). Sum of RGB (Red+Green+Blue) = 38+114+232=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 232 (91.02% from 255 or 60.42% from 384); Max value from RGB is 232 - color contains mainly: blue. Hex color #2672E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672E8 is #D98D17. Grayscale: #686868. Windows color (decimal): -14257432 or 15233574. OLE color: 15233574.
HSL color Cylindrical-coordinate representation of color #2672E8: hue angle of 216.49º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2672E8 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 114 | 232 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.09 |
| HSL | 216.49º | 0.81% | 0.53% | - |
| HSV(B) | 216.49º | 0.84% | 0.91% | - |
| XYZ | 21.38 | 18.27 | 78.74 | - |
| YUV | 104.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 232 | 0.84 | 0.51 | 0 | 0.09 | 216.49 | 0.81 | 0.53 |
| Hex | 26 | 72 | E8 | 54 | 33 | 0 | 9 | D8 | 51 | 35 |
| Octal | 46 | 162 | 350 | 124 | 63 | 0 | 11 | 330 | 121 | 65 |
| Binary | 100110 | 1110010 | 11101000 | 1010100 | 110011 | 0 | 1001 | 11011000 | 1010001 | 110101 |
Color Harmonies of #2672E8
Complementary color
Monochromatic Colors of #2672E8
Black with #2672E8
Text Example
Text Example
White with #2672E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2672E8; }
p { color: rgb(38,114,232); }
H1.HeaderClassName
{
color: #2672E8;
}
.AnyTagClassName
{
color: #2672E8;
}
</style>
background-color css
<style>
a { background-color: #2672E8; }
a { background-color: rgb(38,114,232); }
div.DivClassName
{
background-color: #2672E8;
}
.BgClassName
{
background-color: #2672E8;
}
</style>
border-color css
<style>
span { border-color: #2672E8; }
span { border-color: rgb(38,114,232); }
td.TdClassName
{
border-color: #2672E8;
}
.TagClassName
{
border-color: #2672E8;
}
</style>