Shades of Royal Blue #266CDB
Tints of Royal Blue #266CDB
RGB
CMYK
RGB Variations
Color information
#266CDB (or 0x266CDB) is known color: Royal Blue. HEX triplet: 26, 6C and DB. RGB value is (38,108,219). Sum of RGB (Red+Green+Blue) = 38+108+219=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #266CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CDB is #D99324. Grayscale: #636363. Windows color (decimal): -14258981 or 14380070. OLE color: 14380070.
HSL color Cylindrical-coordinate representation of color #266CDB: hue angle of 216.8º 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 #266CDB is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 108 | 219 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.14 |
| HSL | 216.8º | 0.72% | 0.5% | - |
| HSV(B) | 216.8º | 0.83% | 0.86% | - |
| XYZ | 18.95 | 16.25 | 69.16 | - |
| YUV | 99.72 | 195.31 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 219 | 0.83 | 0.51 | 0 | 0.14 | 216.8 | 0.72 | 0.5 |
| Hex | 26 | 6C | DB | 53 | 33 | 0 | E | D9 | 48 | 32 |
| Octal | 46 | 154 | 333 | 123 | 63 | 0 | 16 | 331 | 110 | 62 |
| Binary | 100110 | 1101100 | 11011011 | 1010011 | 110011 | 0 | 1110 | 11011001 | 1001000 | 110010 |
Color Harmonies of #266CDB
Complementary color
Monochromatic Colors of #266CDB
Black with #266CDB
Text Example
Text Example
White with #266CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CDB; }
p { color: rgb(38,108,219); }
H1.HeaderClassName
{
color: #266CDB;
}
.AnyTagClassName
{
color: #266CDB;
}
</style>
background-color css
<style>
a { background-color: #266CDB; }
a { background-color: rgb(38,108,219); }
div.DivClassName
{
background-color: #266CDB;
}
.BgClassName
{
background-color: #266CDB;
}
</style>
border-color css
<style>
span { border-color: #266CDB; }
span { border-color: rgb(38,108,219); }
td.TdClassName
{
border-color: #266CDB;
}
.TagClassName
{
border-color: #266CDB;
}
</style>