Shades of Royal Blue #2666E0
Tints of Royal Blue #2666E0
RGB
CMYK
RGB Variations
Color information
#2666E0 (or 0x2666E0) is known color: Royal Blue. HEX triplet: 26, 66 and E0. RGB value is (38,102,224). Sum of RGB (Red+Green+Blue) = 38+102+224=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #2666E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2666E0 is #D9991F. Grayscale: #606060. Windows color (decimal): -14260512 or 14706214. OLE color: 14706214.
HSL color Cylindrical-coordinate representation of color #2666E0: hue angle of 219.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2666E0 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 102 | 224 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.12 |
| HSL | 219.35º | 0.75% | 0.51% | - |
| HSV(B) | 219.35º | 0.83% | 0.88% | - |
| XYZ | 19.01 | 15.3 | 72.47 | - |
| YUV | 96.77 | 199.8 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 224 | 0.83 | 0.54 | 0 | 0.12 | 219.35 | 0.75 | 0.51 |
| Hex | 26 | 66 | E0 | 53 | 36 | 0 | C | DB | 4B | 33 |
| Octal | 46 | 146 | 340 | 123 | 66 | 0 | 14 | 333 | 113 | 63 |
| Binary | 100110 | 1100110 | 11100000 | 1010011 | 110110 | 0 | 1100 | 11011011 | 1001011 | 110011 |
Color Harmonies of #2666E0
Complementary color
Monochromatic Colors of #2666E0
Black with #2666E0
Text Example
Text Example
White with #2666E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666E0; }
p { color: rgb(38,102,224); }
H1.HeaderClassName
{
color: #2666E0;
}
.AnyTagClassName
{
color: #2666E0;
}
</style>
background-color css
<style>
a { background-color: #2666E0; }
a { background-color: rgb(38,102,224); }
div.DivClassName
{
background-color: #2666E0;
}
.BgClassName
{
background-color: #2666E0;
}
</style>
border-color css
<style>
span { border-color: #2666E0; }
span { border-color: rgb(38,102,224); }
td.TdClassName
{
border-color: #2666E0;
}
.TagClassName
{
border-color: #2666E0;
}
</style>