Shades of Royal Blue #265BFA
Tints of Royal Blue #265BFA
RGB
CMYK
RGB Variations
Color information
#265BFA (or 0x265BFA) is known color: Royal Blue. HEX triplet: 26, 5B and FA. RGB value is (38,91,250). Sum of RGB (Red+Green+Blue) = 38+91+250=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #265BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BFA is #D9A405. Grayscale: #5C5C5C. Windows color (decimal): -14263302 or 16407334. OLE color: 16407334.
HSL color Cylindrical-coordinate representation of color #265BFA: hue angle of 225º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265BFA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 91 | 250 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.02 |
| HSL | 225º | 0.95% | 0.56% | - |
| HSV(B) | 225º | 0.85% | 0.98% | - |
| XYZ | 21.8 | 14.8 | 92.15 | - |
| YUV | 93.28 | 216.44 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 250 | 0.85 | 0.64 | 0 | 0.02 | 225 | 0.95 | 0.56 |
| Hex | 26 | 5B | FA | 55 | 40 | 0 | 2 | E1 | 5F | 38 |
| Octal | 46 | 133 | 372 | 125 | 100 | 0 | 2 | 341 | 137 | 70 |
| Binary | 100110 | 1011011 | 11111010 | 1010101 | 1000000 | 0 | 10 | 11100001 | 1011111 | 111000 |
Color Harmonies of #265BFA
Complementary color
Monochromatic Colors of #265BFA
Black with #265BFA
Text Example
Text Example
White with #265BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BFA; }
p { color: rgb(38,91,250); }
H1.HeaderClassName
{
color: #265BFA;
}
.AnyTagClassName
{
color: #265BFA;
}
</style>
background-color css
<style>
a { background-color: #265BFA; }
a { background-color: rgb(38,91,250); }
div.DivClassName
{
background-color: #265BFA;
}
.BgClassName
{
background-color: #265BFA;
}
</style>
border-color css
<style>
span { border-color: #265BFA; }
span { border-color: rgb(38,91,250); }
td.TdClassName
{
border-color: #265BFA;
}
.TagClassName
{
border-color: #265BFA;
}
</style>