Shades of Royal Blue #266DF2
Tints of Royal Blue #266DF2
RGB
CMYK
RGB Variations
Color information
#266DF2 (or 0x266DF2) is known color: Royal Blue. HEX triplet: 26, 6D and F2. RGB value is (38,109,242). Sum of RGB (Red+Green+Blue) = 38+109+242=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #266DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DF2 is #D9920D. Grayscale: #666666. Windows color (decimal): -14258702 or 15887654. OLE color: 15887654.
HSL color Cylindrical-coordinate representation of color #266DF2: hue angle of 219.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266DF2 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 109 | 242 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.05 |
| HSL | 219.12º | 0.89% | 0.55% | - |
| HSV(B) | 219.12º | 0.84% | 0.95% | - |
| XYZ | 22.29 | 17.76 | 86.26 | - |
| YUV | 102.93 | 206.48 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 242 | 0.84 | 0.55 | 0 | 0.05 | 219.12 | 0.89 | 0.55 |
| Hex | 26 | 6D | F2 | 54 | 37 | 0 | 5 | DB | 59 | 37 |
| Octal | 46 | 155 | 362 | 124 | 67 | 0 | 5 | 333 | 131 | 67 |
| Binary | 100110 | 1101101 | 11110010 | 1010100 | 110111 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #266DF2
Complementary color
Monochromatic Colors of #266DF2
Black with #266DF2
Text Example
Text Example
White with #266DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DF2; }
p { color: rgb(38,109,242); }
H1.HeaderClassName
{
color: #266DF2;
}
.AnyTagClassName
{
color: #266DF2;
}
</style>
background-color css
<style>
a { background-color: #266DF2; }
a { background-color: rgb(38,109,242); }
div.DivClassName
{
background-color: #266DF2;
}
.BgClassName
{
background-color: #266DF2;
}
</style>
border-color css
<style>
span { border-color: #266DF2; }
span { border-color: rgb(38,109,242); }
td.TdClassName
{
border-color: #266DF2;
}
.TagClassName
{
border-color: #266DF2;
}
</style>