Shades of Royal Blue #2662EE
Tints of Royal Blue #2662EE
RGB
CMYK
RGB Variations
Color information
#2662EE (or 0x2662EE) is known color: Royal Blue. HEX triplet: 26, 62 and EE. RGB value is (38,98,238). Sum of RGB (Red+Green+Blue) = 38+98+238=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #2662EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662EE is #D99D11. Grayscale: #5F5F5F. Windows color (decimal): -14261522 or 15622694. OLE color: 15622694.
HSL color Cylindrical-coordinate representation of color #2662EE: hue angle of 222º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2662EE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 98 | 238 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.07 |
| HSL | 222º | 0.85% | 0.54% | - |
| HSV(B) | 222º | 0.84% | 0.93% | - |
| XYZ | 20.6 | 15.32 | 82.76 | - |
| YUV | 96.02 | 208.12 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 238 | 0.84 | 0.59 | 0 | 0.07 | 222 | 0.85 | 0.54 |
| Hex | 26 | 62 | EE | 54 | 3B | 0 | 7 | DE | 55 | 36 |
| Octal | 46 | 142 | 356 | 124 | 73 | 0 | 7 | 336 | 125 | 66 |
| Binary | 100110 | 1100010 | 11101110 | 1010100 | 111011 | 0 | 111 | 11011110 | 1010101 | 110110 |
Color Harmonies of #2662EE
Complementary color
Monochromatic Colors of #2662EE
Black with #2662EE
Text Example
Text Example
White with #2662EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662EE; }
p { color: rgb(38,98,238); }
H1.HeaderClassName
{
color: #2662EE;
}
.AnyTagClassName
{
color: #2662EE;
}
</style>
background-color css
<style>
a { background-color: #2662EE; }
a { background-color: rgb(38,98,238); }
div.DivClassName
{
background-color: #2662EE;
}
.BgClassName
{
background-color: #2662EE;
}
</style>
border-color css
<style>
span { border-color: #2662EE; }
span { border-color: rgb(38,98,238); }
td.TdClassName
{
border-color: #2662EE;
}
.TagClassName
{
border-color: #2662EE;
}
</style>