Shades of Royal Blue #2666EF
Tints of Royal Blue #2666EF
RGB
CMYK
RGB Variations
Color information
#2666EF (or 0x2666EF) is known color: Royal Blue. HEX triplet: 26, 66 and EF. RGB value is (38,102,239). Sum of RGB (Red+Green+Blue) = 38+102+239=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #2666EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2666EF is #D99910. Grayscale: #616161. Windows color (decimal): -14260497 or 15689254. OLE color: 15689254.
HSL color Cylindrical-coordinate representation of color #2666EF: hue angle of 220.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2666EF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 102 | 239 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.06 |
| HSL | 220.9º | 0.86% | 0.54% | - |
| HSV(B) | 220.9º | 0.84% | 0.94% | - |
| XYZ | 21.13 | 16.15 | 83.66 | - |
| YUV | 98.48 | 207.3 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 239 | 0.84 | 0.57 | 0 | 0.06 | 220.9 | 0.86 | 0.54 |
| Hex | 26 | 66 | EF | 54 | 39 | 0 | 6 | DD | 56 | 36 |
| Octal | 46 | 146 | 357 | 124 | 71 | 0 | 6 | 335 | 126 | 66 |
| Binary | 100110 | 1100110 | 11101111 | 1010100 | 111001 | 0 | 110 | 11011101 | 1010110 | 110110 |
Color Harmonies of #2666EF
Complementary color
Monochromatic Colors of #2666EF
Black with #2666EF
Text Example
Text Example
White with #2666EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666EF; }
p { color: rgb(38,102,239); }
H1.HeaderClassName
{
color: #2666EF;
}
.AnyTagClassName
{
color: #2666EF;
}
</style>
background-color css
<style>
a { background-color: #2666EF; }
a { background-color: rgb(38,102,239); }
div.DivClassName
{
background-color: #2666EF;
}
.BgClassName
{
background-color: #2666EF;
}
</style>
border-color css
<style>
span { border-color: #2666EF; }
span { border-color: rgb(38,102,239); }
td.TdClassName
{
border-color: #2666EF;
}
.TagClassName
{
border-color: #2666EF;
}
</style>