Shades of Royal Blue #265BFC
Tints of Royal Blue #265BFC
RGB
CMYK
RGB Variations
Color information
#265BFC (or 0x265BFC) is known color: Royal Blue. HEX triplet: 26, 5B and FC. RGB value is (38,91,252). Sum of RGB (Red+Green+Blue) = 38+91+252=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #265BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BFC is #D9A403. Grayscale: #5C5C5C. Windows color (decimal): -14263300 or 16538406. OLE color: 16538406.
HSL color Cylindrical-coordinate representation of color #265BFC: hue angle of 225.14º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265BFC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 91 | 252 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.01 |
| HSL | 225.14º | 0.97% | 0.57% | - |
| HSV(B) | 225.14º | 0.85% | 0.99% | - |
| XYZ | 22.11 | 14.92 | 93.81 | - |
| YUV | 93.51 | 217.44 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 252 | 0.85 | 0.64 | 0 | 0.01 | 225.14 | 0.97 | 0.57 |
| Hex | 26 | 5B | FC | 55 | 40 | 0 | 1 | E1 | 61 | 39 |
| Octal | 46 | 133 | 374 | 125 | 100 | 0 | 1 | 341 | 141 | 71 |
| Binary | 100110 | 1011011 | 11111100 | 1010101 | 1000000 | 0 | 1 | 11100001 | 1100001 | 111001 |
Color Harmonies of #265BFC
Complementary color
Monochromatic Colors of #265BFC
Black with #265BFC
Text Example
Text Example
White with #265BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BFC; }
p { color: rgb(38,91,252); }
H1.HeaderClassName
{
color: #265BFC;
}
.AnyTagClassName
{
color: #265BFC;
}
</style>
background-color css
<style>
a { background-color: #265BFC; }
a { background-color: rgb(38,91,252); }
div.DivClassName
{
background-color: #265BFC;
}
.BgClassName
{
background-color: #265BFC;
}
</style>
border-color css
<style>
span { border-color: #265BFC; }
span { border-color: rgb(38,91,252); }
td.TdClassName
{
border-color: #265BFC;
}
.TagClassName
{
border-color: #265BFC;
}
</style>