Shades of Royal Blue #265BF2
Tints of Royal Blue #265BF2
RGB
CMYK
RGB Variations
Color information
#265BF2 (or 0x265BF2) is known color: Royal Blue. HEX triplet: 26, 5B and F2. RGB value is (38,91,242). Sum of RGB (Red+Green+Blue) = 38+91+242=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #265BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265BF2 is #D9A40D. Grayscale: #5B5B5B. Windows color (decimal): -14263310 or 15883046. OLE color: 15883046.
HSL color Cylindrical-coordinate representation of color #265BF2: hue angle of 224.41º degrees, saturation: 0.89, 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 #265BF2 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 91 | 242 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.05 |
| HSL | 224.41º | 0.89% | 0.55% | - |
| HSV(B) | 224.41º | 0.84% | 0.95% | - |
| XYZ | 20.57 | 14.31 | 85.68 | - |
| YUV | 92.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 242 | 0.84 | 0.62 | 0 | 0.05 | 224.41 | 0.89 | 0.55 |
| Hex | 26 | 5B | F2 | 54 | 3E | 0 | 5 | E0 | 59 | 37 |
| Octal | 46 | 133 | 362 | 124 | 76 | 0 | 5 | 340 | 131 | 67 |
| Binary | 100110 | 1011011 | 11110010 | 1010100 | 111110 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #265BF2
Complementary color
Monochromatic Colors of #265BF2
Black with #265BF2
Text Example
Text Example
White with #265BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BF2; }
p { color: rgb(38,91,242); }
H1.HeaderClassName
{
color: #265BF2;
}
.AnyTagClassName
{
color: #265BF2;
}
</style>
background-color css
<style>
a { background-color: #265BF2; }
a { background-color: rgb(38,91,242); }
div.DivClassName
{
background-color: #265BF2;
}
.BgClassName
{
background-color: #265BF2;
}
</style>
border-color css
<style>
span { border-color: #265BF2; }
span { border-color: rgb(38,91,242); }
td.TdClassName
{
border-color: #265BF2;
}
.TagClassName
{
border-color: #265BF2;
}
</style>