Shades of Royal Blue #266BF1
Tints of Royal Blue #266BF1
RGB
CMYK
RGB Variations
Color information
#266BF1 (or 0x266BF1) is known color: Royal Blue. HEX triplet: 26, 6B and F1. RGB value is (38,107,241). Sum of RGB (Red+Green+Blue) = 38+107+241=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #266BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BF1 is #D9940E. Grayscale: #656565. Windows color (decimal): -14259215 or 15821606. OLE color: 15821606.
HSL color Cylindrical-coordinate representation of color #266BF1: hue angle of 219.61º degrees, saturation: 0.88, 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 #266BF1 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 107 | 241 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.05 |
| HSL | 219.61º | 0.88% | 0.55% | - |
| HSV(B) | 219.61º | 0.84% | 0.95% | - |
| XYZ | 21.93 | 17.28 | 85.4 | - |
| YUV | 101.65 | 206.64 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 241 | 0.84 | 0.56 | 0 | 0.05 | 219.61 | 0.88 | 0.55 |
| Hex | 26 | 6B | F1 | 54 | 38 | 0 | 5 | DC | 58 | 37 |
| Octal | 46 | 153 | 361 | 124 | 70 | 0 | 5 | 334 | 130 | 67 |
| Binary | 100110 | 1101011 | 11110001 | 1010100 | 111000 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #266BF1
Complementary color
Monochromatic Colors of #266BF1
Black with #266BF1
Text Example
Text Example
White with #266BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BF1; }
p { color: rgb(38,107,241); }
H1.HeaderClassName
{
color: #266BF1;
}
.AnyTagClassName
{
color: #266BF1;
}
</style>
background-color css
<style>
a { background-color: #266BF1; }
a { background-color: rgb(38,107,241); }
div.DivClassName
{
background-color: #266BF1;
}
.BgClassName
{
background-color: #266BF1;
}
</style>
border-color css
<style>
span { border-color: #266BF1; }
span { border-color: rgb(38,107,241); }
td.TdClassName
{
border-color: #266BF1;
}
.TagClassName
{
border-color: #266BF1;
}
</style>