Shades of Royal Blue #265DEA
Tints of Royal Blue #265DEA
RGB
CMYK
RGB Variations
Color information
#265DEA (or 0x265DEA) is known color: Royal Blue. HEX triplet: 26, 5D and EA. RGB value is (38,93,234). Sum of RGB (Red+Green+Blue) = 38+93+234=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #265DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265DEA is #D9A215. Grayscale: #5C5C5C. Windows color (decimal): -14262806 or 15359270. OLE color: 15359270.
HSL color Cylindrical-coordinate representation of color #265DEA: hue angle of 223.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265DEA is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 93 | 234 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.08 |
| HSL | 223.16º | 0.82% | 0.53% | - |
| HSV(B) | 223.16º | 0.84% | 0.92% | - |
| XYZ | 19.56 | 14.18 | 79.55 | - |
| YUV | 92.63 | 207.78 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 234 | 0.84 | 0.60 | 0 | 0.08 | 223.16 | 0.82 | 0.53 |
| Hex | 26 | 5D | EA | 54 | 3C | 0 | 8 | DF | 52 | 35 |
| Octal | 46 | 135 | 352 | 124 | 74 | 0 | 10 | 337 | 122 | 65 |
| Binary | 100110 | 1011101 | 11101010 | 1010100 | 111100 | 0 | 1000 | 11011111 | 1010010 | 110101 |
Color Harmonies of #265DEA
Complementary color
Monochromatic Colors of #265DEA
Black with #265DEA
Text Example
Text Example
White with #265DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DEA; }
p { color: rgb(38,93,234); }
H1.HeaderClassName
{
color: #265DEA;
}
.AnyTagClassName
{
color: #265DEA;
}
</style>
background-color css
<style>
a { background-color: #265DEA; }
a { background-color: rgb(38,93,234); }
div.DivClassName
{
background-color: #265DEA;
}
.BgClassName
{
background-color: #265DEA;
}
</style>
border-color css
<style>
span { border-color: #265DEA; }
span { border-color: rgb(38,93,234); }
td.TdClassName
{
border-color: #265DEA;
}
.TagClassName
{
border-color: #265DEA;
}
</style>