Shades of Royal Blue #2662E7
Tints of Royal Blue #2662E7
RGB
CMYK
RGB Variations
Color information
#2662E7 (or 0x2662E7) is known color: Royal Blue. HEX triplet: 26, 62 and E7. RGB value is (38,98,231). Sum of RGB (Red+Green+Blue) = 38+98+231=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #2662E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662E7 is #D99D18. Grayscale: #5E5E5E. Windows color (decimal): -14261529 or 15163942. OLE color: 15163942.
HSL color Cylindrical-coordinate representation of color #2662E7: hue angle of 221.35º degrees, saturation: 0.8, 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 #2662E7 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 98 | 231 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.09 |
| HSL | 221.35º | 0.8% | 0.53% | - |
| HSV(B) | 221.35º | 0.84% | 0.91% | - |
| XYZ | 19.59 | 14.92 | 77.45 | - |
| YUV | 95.22 | 204.62 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 231 | 0.84 | 0.58 | 0 | 0.09 | 221.35 | 0.8 | 0.53 |
| Hex | 26 | 62 | E7 | 54 | 3A | 0 | 9 | DD | 50 | 35 |
| Octal | 46 | 142 | 347 | 124 | 72 | 0 | 11 | 335 | 120 | 65 |
| Binary | 100110 | 1100010 | 11100111 | 1010100 | 111010 | 0 | 1001 | 11011101 | 1010000 | 110101 |
Color Harmonies of #2662E7
Complementary color
Monochromatic Colors of #2662E7
Black with #2662E7
Text Example
Text Example
White with #2662E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662E7; }
p { color: rgb(38,98,231); }
H1.HeaderClassName
{
color: #2662E7;
}
.AnyTagClassName
{
color: #2662E7;
}
</style>
background-color css
<style>
a { background-color: #2662E7; }
a { background-color: rgb(38,98,231); }
div.DivClassName
{
background-color: #2662E7;
}
.BgClassName
{
background-color: #2662E7;
}
</style>
border-color css
<style>
span { border-color: #2662E7; }
span { border-color: rgb(38,98,231); }
td.TdClassName
{
border-color: #2662E7;
}
.TagClassName
{
border-color: #2662E7;
}
</style>