Shades of Royal Blue #2669EE
Tints of Royal Blue #2669EE
RGB
CMYK
RGB Variations
Color information
#2669EE (or 0x2669EE) is known color: Royal Blue. HEX triplet: 26, 69 and EE. RGB value is (38,105,238). Sum of RGB (Red+Green+Blue) = 38+105+238=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #2669EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2669EE is #D99611. Grayscale: #636363. Windows color (decimal): -14259730 or 15624486. OLE color: 15624486.
HSL color Cylindrical-coordinate representation of color #2669EE: hue angle of 219.9º 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 #2669EE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 105 | 238 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.07 |
| HSL | 219.9º | 0.85% | 0.54% | - |
| HSV(B) | 219.9º | 0.84% | 0.93% | - |
| XYZ | 21.28 | 16.69 | 82.99 | - |
| YUV | 100.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 238 | 0.84 | 0.56 | 0 | 0.07 | 219.9 | 0.85 | 0.54 |
| Hex | 26 | 69 | EE | 54 | 38 | 0 | 7 | DC | 55 | 36 |
| Octal | 46 | 151 | 356 | 124 | 70 | 0 | 7 | 334 | 125 | 66 |
| Binary | 100110 | 1101001 | 11101110 | 1010100 | 111000 | 0 | 111 | 11011100 | 1010101 | 110110 |
Color Harmonies of #2669EE
Complementary color
Monochromatic Colors of #2669EE
Black with #2669EE
Text Example
Text Example
White with #2669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669EE; }
p { color: rgb(38,105,238); }
H1.HeaderClassName
{
color: #2669EE;
}
.AnyTagClassName
{
color: #2669EE;
}
</style>
background-color css
<style>
a { background-color: #2669EE; }
a { background-color: rgb(38,105,238); }
div.DivClassName
{
background-color: #2669EE;
}
.BgClassName
{
background-color: #2669EE;
}
</style>
border-color css
<style>
span { border-color: #2669EE; }
span { border-color: rgb(38,105,238); }
td.TdClassName
{
border-color: #2669EE;
}
.TagClassName
{
border-color: #2669EE;
}
</style>