Shades of Royal Blue #265FDB
Tints of Royal Blue #265FDB
RGB
CMYK
RGB Variations
Color information
#265FDB (or 0x265FDB) is known color: Royal Blue. HEX triplet: 26, 5F and DB. RGB value is (38,95,219). Sum of RGB (Red+Green+Blue) = 38+95+219=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #265FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FDB is #D9A024. Grayscale: #5B5B5B. Windows color (decimal): -14262309 or 14376742. OLE color: 14376742.
HSL color Cylindrical-coordinate representation of color #265FDB: hue angle of 221.1º 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 #265FDB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 95 | 219 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.14 |
| HSL | 221.11º | 0.72% | 0.5% | - |
| HSV(B) | 221.11º | 0.83% | 0.86% | - |
| XYZ | 17.68 | 13.71 | 68.73 | - |
| YUV | 92.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 219 | 0.83 | 0.57 | 0 | 0.14 | 221.11 | 0.72 | 0.5 |
| Hex | 26 | 5F | DB | 53 | 39 | 0 | E | DD | 48 | 32 |
| Octal | 46 | 137 | 333 | 123 | 71 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100110 | 1011111 | 11011011 | 1010011 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #265FDB
Complementary color
Monochromatic Colors of #265FDB
Black with #265FDB
Text Example
Text Example
White with #265FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265FDB; }
p { color: rgb(38,95,219); }
H1.HeaderClassName
{
color: #265FDB;
}
.AnyTagClassName
{
color: #265FDB;
}
</style>
background-color css
<style>
a { background-color: #265FDB; }
a { background-color: rgb(38,95,219); }
div.DivClassName
{
background-color: #265FDB;
}
.BgClassName
{
background-color: #265FDB;
}
</style>
border-color css
<style>
span { border-color: #265FDB; }
span { border-color: rgb(38,95,219); }
td.TdClassName
{
border-color: #265FDB;
}
.TagClassName
{
border-color: #265FDB;
}
</style>