Shades of Royal Blue #265BFE
Tints of Royal Blue #265BFE
RGB
CMYK
RGB Variations
Color information
#265BFE (or 0x265BFE) is known color: Royal Blue. HEX triplet: 26, 5B and FE. RGB value is (38,91,254). Sum of RGB (Red+Green+Blue) = 38+91+254=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #265BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BFE is #D9A401. Grayscale: #5D5D5D. Windows color (decimal): -14263298 or 16669478. OLE color: 16669478.
HSL color Cylindrical-coordinate representation of color #265BFE: hue angle of 225.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265BFE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 91 | 254 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.00 |
| HSL | 225.28º | 0.99% | 0.57% | - |
| HSV(B) | 225.28º | 0.85% | 1% | - |
| XYZ | 22.43 | 15.05 | 95.49 | - |
| YUV | 93.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 254 | 0.85 | 0.64 | 0 | 0.00 | 225.28 | 0.99 | 0.57 |
| Hex | 26 | 5B | FE | 55 | 40 | 0 | 0 | E1 | 63 | 39 |
| Octal | 46 | 133 | 376 | 125 | 100 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100110 | 1011011 | 11111110 | 1010101 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #265BFE
Complementary color
Monochromatic Colors of #265BFE
Black with #265BFE
Text Example
Text Example
White with #265BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BFE; }
p { color: rgb(38,91,254); }
H1.HeaderClassName
{
color: #265BFE;
}
.AnyTagClassName
{
color: #265BFE;
}
</style>
background-color css
<style>
a { background-color: #265BFE; }
a { background-color: rgb(38,91,254); }
div.DivClassName
{
background-color: #265BFE;
}
.BgClassName
{
background-color: #265BFE;
}
</style>
border-color css
<style>
span { border-color: #265BFE; }
span { border-color: rgb(38,91,254); }
td.TdClassName
{
border-color: #265BFE;
}
.TagClassName
{
border-color: #265BFE;
}
</style>