Shades of Royal Blue #266ADB
Tints of Royal Blue #266ADB
RGB
CMYK
RGB Variations
Color information
#266ADB (or 0x266ADB) is known color: Royal Blue. HEX triplet: 26, 6A and DB. RGB value is (38,106,219). Sum of RGB (Red+Green+Blue) = 38+106+219=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #266ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ADB is #D99524. Grayscale: #626262. Windows color (decimal): -14259493 or 14379558. OLE color: 14379558.
HSL color Cylindrical-coordinate representation of color #266ADB: hue angle of 217.46º 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 #266ADB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 106 | 219 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.14 |
| HSL | 217.46º | 0.72% | 0.5% | - |
| HSV(B) | 217.46º | 0.83% | 0.86% | - |
| XYZ | 18.74 | 15.83 | 69.09 | - |
| YUV | 98.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 219 | 0.83 | 0.52 | 0 | 0.14 | 217.46 | 0.72 | 0.5 |
| Hex | 26 | 6A | DB | 53 | 34 | 0 | E | D9 | 48 | 32 |
| Octal | 46 | 152 | 333 | 123 | 64 | 0 | 16 | 331 | 110 | 62 |
| Binary | 100110 | 1101010 | 11011011 | 1010011 | 110100 | 0 | 1110 | 11011001 | 1001000 | 110010 |
Color Harmonies of #266ADB
Complementary color
Monochromatic Colors of #266ADB
Black with #266ADB
Text Example
Text Example
White with #266ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ADB; }
p { color: rgb(38,106,219); }
H1.HeaderClassName
{
color: #266ADB;
}
.AnyTagClassName
{
color: #266ADB;
}
</style>
background-color css
<style>
a { background-color: #266ADB; }
a { background-color: rgb(38,106,219); }
div.DivClassName
{
background-color: #266ADB;
}
.BgClassName
{
background-color: #266ADB;
}
</style>
border-color css
<style>
span { border-color: #266ADB; }
span { border-color: rgb(38,106,219); }
td.TdClassName
{
border-color: #266ADB;
}
.TagClassName
{
border-color: #266ADB;
}
</style>