Shades of Royal Blue #265CEA
Tints of Royal Blue #265CEA
RGB
CMYK
RGB Variations
Color information
#265CEA (or 0x265CEA) is known color: Royal Blue. HEX triplet: 26, 5C and EA. RGB value is (38,92,234). Sum of RGB (Red+Green+Blue) = 38+92+234=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #265CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CEA is #D9A315. Grayscale: #5B5B5B. Windows color (decimal): -14263062 or 15359014. OLE color: 15359014.
HSL color Cylindrical-coordinate representation of color #265CEA: hue angle of 223.47º 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 #265CEA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 92 | 234 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.08 |
| HSL | 223.47º | 0.82% | 0.53% | - |
| HSV(B) | 223.47º | 0.84% | 0.92% | - |
| XYZ | 19.48 | 14.01 | 79.52 | - |
| YUV | 92.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 234 | 0.84 | 0.61 | 0 | 0.08 | 223.47 | 0.82 | 0.53 |
| Hex | 26 | 5C | EA | 54 | 3D | 0 | 8 | DF | 52 | 35 |
| Octal | 46 | 134 | 352 | 124 | 75 | 0 | 10 | 337 | 122 | 65 |
| Binary | 100110 | 1011100 | 11101010 | 1010100 | 111101 | 0 | 1000 | 11011111 | 1010010 | 110101 |
Color Harmonies of #265CEA
Complementary color
Monochromatic Colors of #265CEA
Black with #265CEA
Text Example
Text Example
White with #265CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CEA; }
p { color: rgb(38,92,234); }
H1.HeaderClassName
{
color: #265CEA;
}
.AnyTagClassName
{
color: #265CEA;
}
</style>
background-color css
<style>
a { background-color: #265CEA; }
a { background-color: rgb(38,92,234); }
div.DivClassName
{
background-color: #265CEA;
}
.BgClassName
{
background-color: #265CEA;
}
</style>
border-color css
<style>
span { border-color: #265CEA; }
span { border-color: rgb(38,92,234); }
td.TdClassName
{
border-color: #265CEA;
}
.TagClassName
{
border-color: #265CEA;
}
</style>