Shades of Royal Blue #266BFF
Tints of Royal Blue #266BFF
RGB
CMYK
RGB Variations
Color information
#266BFF (or 0x266BFF) is known color: Royal Blue. HEX triplet: 26, 6B and FF. RGB value is (38,107,255). Sum of RGB (Red+Green+Blue) = 38+107+255=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #266BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BFF is #D99400. Grayscale: #666666. Windows color (decimal): -14259201 or 16739110. OLE color: 16739110.
HSL color Cylindrical-coordinate representation of color #266BFF: hue angle of 220.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266BFF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 107 | 255 | - |
| CMYK | 0.85 | 0.58 | 0 | 0 |
| HSL | 220.92º | 1% | 0.57% | - |
| HSV(B) | 220.92º | 0.85% | 1% | - |
| XYZ | 24.11 | 18.15 | 96.84 | - |
| YUV | 103.24 | 213.64 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 255 | 0.85 | 0.58 | 0 | 0 | 220.92 | 1 | 0.57 |
| Hex | 26 | 6B | FF | 55 | 3A | 0 | 0 | DD | 64 | 39 |
| Octal | 46 | 153 | 377 | 125 | 72 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100110 | 1101011 | 11111111 | 1010101 | 111010 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #266BFF
Complementary color
Monochromatic Colors of #266BFF
Black with #266BFF
Text Example
Text Example
White with #266BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BFF; }
p { color: rgb(38,107,255); }
H1.HeaderClassName
{
color: #266BFF;
}
.AnyTagClassName
{
color: #266BFF;
}
</style>
background-color css
<style>
a { background-color: #266BFF; }
a { background-color: rgb(38,107,255); }
div.DivClassName
{
background-color: #266BFF;
}
.BgClassName
{
background-color: #266BFF;
}
</style>
border-color css
<style>
span { border-color: #266BFF; }
span { border-color: rgb(38,107,255); }
td.TdClassName
{
border-color: #266BFF;
}
.TagClassName
{
border-color: #266BFF;
}
</style>