Shades of Royal Blue #266EF7
Tints of Royal Blue #266EF7
RGB
CMYK
RGB Variations
Color information
#266EF7 (or 0x266EF7) is known color: Royal Blue. HEX triplet: 26, 6E and F7. RGB value is (38,110,247). Sum of RGB (Red+Green+Blue) = 38+110+247=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #266EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EF7 is #D99108. Grayscale: #676767. Windows color (decimal): -14258441 or 16215590. OLE color: 16215590.
HSL color Cylindrical-coordinate representation of color #266EF7: hue angle of 219.33º 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 #266EF7 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 110 | 247 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.03 |
| HSL | 219.33º | 0.93% | 0.56% | - |
| HSV(B) | 219.33º | 0.85% | 0.97% | - |
| XYZ | 23.16 | 18.28 | 90.3 | - |
| YUV | 104.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 247 | 0.85 | 0.55 | 0 | 0.03 | 219.33 | 0.93 | 0.56 |
| Hex | 26 | 6E | F7 | 55 | 37 | 0 | 3 | DB | 5D | 38 |
| Octal | 46 | 156 | 367 | 125 | 67 | 0 | 3 | 333 | 135 | 70 |
| Binary | 100110 | 1101110 | 11110111 | 1010101 | 110111 | 0 | 11 | 11011011 | 1011101 | 111000 |
Color Harmonies of #266EF7
Complementary color
Monochromatic Colors of #266EF7
Black with #266EF7
Text Example
Text Example
White with #266EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EF7; }
p { color: rgb(38,110,247); }
H1.HeaderClassName
{
color: #266EF7;
}
.AnyTagClassName
{
color: #266EF7;
}
</style>
background-color css
<style>
a { background-color: #266EF7; }
a { background-color: rgb(38,110,247); }
div.DivClassName
{
background-color: #266EF7;
}
.BgClassName
{
background-color: #266EF7;
}
</style>
border-color css
<style>
span { border-color: #266EF7; }
span { border-color: rgb(38,110,247); }
td.TdClassName
{
border-color: #266EF7;
}
.TagClassName
{
border-color: #266EF7;
}
</style>