Shades of Royal Blue #2666FE
Tints of Royal Blue #2666FE
RGB
CMYK
RGB Variations
Color information
#2666FE (or 0x2666FE) is known color: Royal Blue. HEX triplet: 26, 66 and FE. RGB value is (38,102,254). Sum of RGB (Red+Green+Blue) = 38+102+254=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2666FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2666FE is #D99901. Grayscale: #636363. Windows color (decimal): -14260482 or 16672294. OLE color: 16672294.
HSL color Cylindrical-coordinate representation of color #2666FE: hue angle of 222.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2666FE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 102 | 254 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.00 |
| HSL | 222.22º | 0.99% | 0.57% | - |
| HSV(B) | 222.22º | 0.85% | 1% | - |
| XYZ | 23.44 | 17.07 | 95.83 | - |
| YUV | 100.19 | 214.8 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 254 | 0.85 | 0.60 | 0 | 0.00 | 222.22 | 0.99 | 0.57 |
| Hex | 26 | 66 | FE | 55 | 3C | 0 | 0 | DE | 63 | 39 |
| Octal | 46 | 146 | 376 | 125 | 74 | 0 | 0 | 336 | 143 | 71 |
| Binary | 100110 | 1100110 | 11111110 | 1010101 | 111100 | 0 | 0 | 11011110 | 1100011 | 111001 |
Color Harmonies of #2666FE
Complementary color
Monochromatic Colors of #2666FE
Black with #2666FE
Text Example
Text Example
White with #2666FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666FE; }
p { color: rgb(38,102,254); }
H1.HeaderClassName
{
color: #2666FE;
}
.AnyTagClassName
{
color: #2666FE;
}
</style>
background-color css
<style>
a { background-color: #2666FE; }
a { background-color: rgb(38,102,254); }
div.DivClassName
{
background-color: #2666FE;
}
.BgClassName
{
background-color: #2666FE;
}
</style>
border-color css
<style>
span { border-color: #2666FE; }
span { border-color: rgb(38,102,254); }
td.TdClassName
{
border-color: #2666FE;
}
.TagClassName
{
border-color: #2666FE;
}
</style>