Shades of Royal Blue #265EDB
Tints of Royal Blue #265EDB
RGB
CMYK
RGB Variations
Color information
#265EDB (or 0x265EDB) is known color: Royal Blue. HEX triplet: 26, 5E and DB. RGB value is (38,94,219). Sum of RGB (Red+Green+Blue) = 38+94+219=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #265EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EDB is #D9A124. Grayscale: #5A5A5A. Windows color (decimal): -14262565 or 14376486. OLE color: 14376486.
HSL color Cylindrical-coordinate representation of color #265EDB: hue angle of 221.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265EDB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 94 | 219 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.14 |
| HSL | 221.44º | 0.72% | 0.5% | - |
| HSV(B) | 221.44º | 0.83% | 0.86% | - |
| XYZ | 17.59 | 13.53 | 68.7 | - |
| YUV | 91.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 219 | 0.83 | 0.57 | 0 | 0.14 | 221.44 | 0.72 | 0.5 |
| Hex | 26 | 5E | DB | 53 | 39 | 0 | E | DD | 48 | 32 |
| Octal | 46 | 136 | 333 | 123 | 71 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100110 | 1011110 | 11011011 | 1010011 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #265EDB
Complementary color
Monochromatic Colors of #265EDB
Black with #265EDB
Text Example
Text Example
White with #265EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EDB; }
p { color: rgb(38,94,219); }
H1.HeaderClassName
{
color: #265EDB;
}
.AnyTagClassName
{
color: #265EDB;
}
</style>
background-color css
<style>
a { background-color: #265EDB; }
a { background-color: rgb(38,94,219); }
div.DivClassName
{
background-color: #265EDB;
}
.BgClassName
{
background-color: #265EDB;
}
</style>
border-color css
<style>
span { border-color: #265EDB; }
span { border-color: rgb(38,94,219); }
td.TdClassName
{
border-color: #265EDB;
}
.TagClassName
{
border-color: #265EDB;
}
</style>