Shades of Royal Blue #2669EC
Tints of Royal Blue #2669EC
RGB
CMYK
RGB Variations
Color information
#2669EC (or 0x2669EC) is known color: Royal Blue. HEX triplet: 26, 69 and EC. RGB value is (38,105,236). Sum of RGB (Red+Green+Blue) = 38+105+236=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #2669EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669EC is #D99613. Grayscale: #636363. Windows color (decimal): -14259732 or 15493414. OLE color: 15493414.
HSL color Cylindrical-coordinate representation of color #2669EC: hue angle of 219.7º degrees, saturation: 0.84, 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 #2669EC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 105 | 236 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.07 |
| HSL | 219.7º | 0.84% | 0.54% | - |
| HSV(B) | 219.7º | 0.84% | 0.93% | - |
| XYZ | 20.99 | 16.57 | 81.45 | - |
| YUV | 99.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 236 | 0.84 | 0.56 | 0 | 0.07 | 219.7 | 0.84 | 0.54 |
| Hex | 26 | 69 | EC | 54 | 38 | 0 | 7 | DC | 54 | 36 |
| Octal | 46 | 151 | 354 | 124 | 70 | 0 | 7 | 334 | 124 | 66 |
| Binary | 100110 | 1101001 | 11101100 | 1010100 | 111000 | 0 | 111 | 11011100 | 1010100 | 110110 |
Color Harmonies of #2669EC
Complementary color
Monochromatic Colors of #2669EC
Black with #2669EC
Text Example
Text Example
White with #2669EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669EC; }
p { color: rgb(38,105,236); }
H1.HeaderClassName
{
color: #2669EC;
}
.AnyTagClassName
{
color: #2669EC;
}
</style>
background-color css
<style>
a { background-color: #2669EC; }
a { background-color: rgb(38,105,236); }
div.DivClassName
{
background-color: #2669EC;
}
.BgClassName
{
background-color: #2669EC;
}
</style>
border-color css
<style>
span { border-color: #2669EC; }
span { border-color: rgb(38,105,236); }
td.TdClassName
{
border-color: #2669EC;
}
.TagClassName
{
border-color: #2669EC;
}
</style>