Shades of Royal Blue #266CF7
Tints of Royal Blue #266CF7
RGB
CMYK
RGB Variations
Color information
#266CF7 (or 0x266CF7) is known color: Royal Blue. HEX triplet: 26, 6C and F7. RGB value is (38,108,247). Sum of RGB (Red+Green+Blue) = 38+108+247=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #266CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CF7 is #D99308. Grayscale: #666666. Windows color (decimal): -14258953 or 16215078. OLE color: 16215078.
HSL color Cylindrical-coordinate representation of color #266CF7: hue angle of 219.9º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266CF7 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 108 | 247 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.03 |
| HSL | 219.9º | 0.93% | 0.56% | - |
| HSV(B) | 219.9º | 0.85% | 0.97% | - |
| XYZ | 22.95 | 17.85 | 90.23 | - |
| YUV | 102.92 | 209.31 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 247 | 0.85 | 0.56 | 0 | 0.03 | 219.9 | 0.93 | 0.56 |
| Hex | 26 | 6C | F7 | 55 | 38 | 0 | 3 | DC | 5D | 38 |
| Octal | 46 | 154 | 367 | 125 | 70 | 0 | 3 | 334 | 135 | 70 |
| Binary | 100110 | 1101100 | 11110111 | 1010101 | 111000 | 0 | 11 | 11011100 | 1011101 | 111000 |
Color Harmonies of #266CF7
Complementary color
Monochromatic Colors of #266CF7
Black with #266CF7
Text Example
Text Example
White with #266CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CF7; }
p { color: rgb(38,108,247); }
H1.HeaderClassName
{
color: #266CF7;
}
.AnyTagClassName
{
color: #266CF7;
}
</style>
background-color css
<style>
a { background-color: #266CF7; }
a { background-color: rgb(38,108,247); }
div.DivClassName
{
background-color: #266CF7;
}
.BgClassName
{
background-color: #266CF7;
}
</style>
border-color css
<style>
span { border-color: #266CF7; }
span { border-color: rgb(38,108,247); }
td.TdClassName
{
border-color: #266CF7;
}
.TagClassName
{
border-color: #266CF7;
}
</style>