Shades of Royal Blue #265EFE
Tints of Royal Blue #265EFE
RGB
CMYK
RGB Variations
Color information
#265EFE (or 0x265EFE) is known color: Royal Blue. HEX triplet: 26, 5E and FE. RGB value is (38,94,254). Sum of RGB (Red+Green+Blue) = 38+94+254=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #265EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EFE is #D9A101. Grayscale: #5E5E5E. Windows color (decimal): -14262530 or 16670246. OLE color: 16670246.
HSL color Cylindrical-coordinate representation of color #265EFE: hue angle of 224.44º 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 #265EFE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 94 | 254 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.00 |
| HSL | 224.44º | 0.99% | 0.57% | - |
| HSV(B) | 224.44º | 0.85% | 1% | - |
| XYZ | 22.69 | 15.57 | 95.58 | - |
| YUV | 95.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 254 | 0.85 | 0.63 | 0 | 0.00 | 224.44 | 0.99 | 0.57 |
| Hex | 26 | 5E | FE | 55 | 3F | 0 | 0 | E0 | 63 | 39 |
| Octal | 46 | 136 | 376 | 125 | 77 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100110 | 1011110 | 11111110 | 1010101 | 111111 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #265EFE
Complementary color
Monochromatic Colors of #265EFE
Black with #265EFE
Text Example
Text Example
White with #265EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EFE; }
p { color: rgb(38,94,254); }
H1.HeaderClassName
{
color: #265EFE;
}
.AnyTagClassName
{
color: #265EFE;
}
</style>
background-color css
<style>
a { background-color: #265EFE; }
a { background-color: rgb(38,94,254); }
div.DivClassName
{
background-color: #265EFE;
}
.BgClassName
{
background-color: #265EFE;
}
</style>
border-color css
<style>
span { border-color: #265EFE; }
span { border-color: rgb(38,94,254); }
td.TdClassName
{
border-color: #265EFE;
}
.TagClassName
{
border-color: #265EFE;
}
</style>