Shades of Royal Blue #2662EB
Tints of Royal Blue #2662EB
RGB
CMYK
RGB Variations
Color information
#2662EB (or 0x2662EB) is known color: Royal Blue. HEX triplet: 26, 62 and EB. RGB value is (38,98,235). Sum of RGB (Red+Green+Blue) = 38+98+235=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #2662EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662EB is #D99D14. Grayscale: #5F5F5F. Windows color (decimal): -14261525 or 15426086. OLE color: 15426086.
HSL color Cylindrical-coordinate representation of color #2662EB: hue angle of 221.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2662EB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 98 | 235 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.08 |
| HSL | 221.73º | 0.83% | 0.54% | - |
| HSV(B) | 221.73º | 0.84% | 0.92% | - |
| XYZ | 20.16 | 15.15 | 80.46 | - |
| YUV | 95.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 235 | 0.84 | 0.58 | 0 | 0.08 | 221.73 | 0.83 | 0.54 |
| Hex | 26 | 62 | EB | 54 | 3A | 0 | 8 | DE | 53 | 36 |
| Octal | 46 | 142 | 353 | 124 | 72 | 0 | 10 | 336 | 123 | 66 |
| Binary | 100110 | 1100010 | 11101011 | 1010100 | 111010 | 0 | 1000 | 11011110 | 1010011 | 110110 |
Color Harmonies of #2662EB
Complementary color
Monochromatic Colors of #2662EB
Black with #2662EB
Text Example
Text Example
White with #2662EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662EB; }
p { color: rgb(38,98,235); }
H1.HeaderClassName
{
color: #2662EB;
}
.AnyTagClassName
{
color: #2662EB;
}
</style>
background-color css
<style>
a { background-color: #2662EB; }
a { background-color: rgb(38,98,235); }
div.DivClassName
{
background-color: #2662EB;
}
.BgClassName
{
background-color: #2662EB;
}
</style>
border-color css
<style>
span { border-color: #2662EB; }
span { border-color: rgb(38,98,235); }
td.TdClassName
{
border-color: #2662EB;
}
.TagClassName
{
border-color: #2662EB;
}
</style>