Shades of Royal Blue #265EF1
Tints of Royal Blue #265EF1
RGB
CMYK
RGB Variations
Color information
#265EF1 (or 0x265EF1) is known color: Royal Blue. HEX triplet: 26, 5E and F1. RGB value is (38,94,241). Sum of RGB (Red+Green+Blue) = 38+94+241=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #265EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EF1 is #D9A10E. Grayscale: #5D5D5D. Windows color (decimal): -14262543 or 15818278. OLE color: 15818278.
HSL color Cylindrical-coordinate representation of color #265EF1: hue angle of 223.45º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265EF1 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 94 | 241 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.05 |
| HSL | 223.45º | 0.88% | 0.55% | - |
| HSV(B) | 223.45º | 0.84% | 0.95% | - |
| XYZ | 20.68 | 14.77 | 84.98 | - |
| YUV | 94.01 | 210.95 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 241 | 0.84 | 0.61 | 0 | 0.05 | 223.45 | 0.88 | 0.55 |
| Hex | 26 | 5E | F1 | 54 | 3D | 0 | 5 | DF | 58 | 37 |
| Octal | 46 | 136 | 361 | 124 | 75 | 0 | 5 | 337 | 130 | 67 |
| Binary | 100110 | 1011110 | 11110001 | 1010100 | 111101 | 0 | 101 | 11011111 | 1011000 | 110111 |
Color Harmonies of #265EF1
Complementary color
Monochromatic Colors of #265EF1
Black with #265EF1
Text Example
Text Example
White with #265EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EF1; }
p { color: rgb(38,94,241); }
H1.HeaderClassName
{
color: #265EF1;
}
.AnyTagClassName
{
color: #265EF1;
}
</style>
background-color css
<style>
a { background-color: #265EF1; }
a { background-color: rgb(38,94,241); }
div.DivClassName
{
background-color: #265EF1;
}
.BgClassName
{
background-color: #265EF1;
}
</style>
border-color css
<style>
span { border-color: #265EF1; }
span { border-color: rgb(38,94,241); }
td.TdClassName
{
border-color: #265EF1;
}
.TagClassName
{
border-color: #265EF1;
}
</style>