Shades of Royal Blue #265DFE
Tints of Royal Blue #265DFE
RGB
CMYK
RGB Variations
Color information
#265DFE (or 0x265DFE) is known color: Royal Blue. HEX triplet: 26, 5D and FE. RGB value is (38,93,254). Sum of RGB (Red+Green+Blue) = 38+93+254=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #265DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DFE is #D9A201. Grayscale: #5E5E5E. Windows color (decimal): -14262786 or 16669990. OLE color: 16669990.
HSL color Cylindrical-coordinate representation of color #265DFE: hue angle of 224.72º 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 #265DFE is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 93 | 254 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.00 |
| HSL | 224.72º | 0.99% | 0.57% | - |
| HSV(B) | 224.72º | 0.85% | 1% | - |
| XYZ | 22.6 | 15.4 | 95.55 | - |
| YUV | 94.91 | 217.78 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 254 | 0.85 | 0.63 | 0 | 0.00 | 224.72 | 0.99 | 0.57 |
| Hex | 26 | 5D | FE | 55 | 3F | 0 | 0 | E1 | 63 | 39 |
| Octal | 46 | 135 | 376 | 125 | 77 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100110 | 1011101 | 11111110 | 1010101 | 111111 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #265DFE
Complementary color
Monochromatic Colors of #265DFE
Black with #265DFE
Text Example
Text Example
White with #265DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DFE; }
p { color: rgb(38,93,254); }
H1.HeaderClassName
{
color: #265DFE;
}
.AnyTagClassName
{
color: #265DFE;
}
</style>
background-color css
<style>
a { background-color: #265DFE; }
a { background-color: rgb(38,93,254); }
div.DivClassName
{
background-color: #265DFE;
}
.BgClassName
{
background-color: #265DFE;
}
</style>
border-color css
<style>
span { border-color: #265DFE; }
span { border-color: rgb(38,93,254); }
td.TdClassName
{
border-color: #265DFE;
}
.TagClassName
{
border-color: #265DFE;
}
</style>