Shades of Royal Blue #266BE0
Tints of Royal Blue #266BE0
RGB
CMYK
RGB Variations
Color information
#266BE0 (or 0x266BE0) is known color: Royal Blue. HEX triplet: 26, 6B and E0. RGB value is (38,107,224). Sum of RGB (Red+Green+Blue) = 38+107+224=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #266BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BE0 is #D9941F. Grayscale: #636363. Windows color (decimal): -14259232 or 14707494. OLE color: 14707494.
HSL color Cylindrical-coordinate representation of color #266BE0: hue angle of 217.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266BE0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 107 | 224 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.12 |
| HSL | 217.74º | 0.75% | 0.51% | - |
| HSV(B) | 217.74º | 0.83% | 0.88% | - |
| XYZ | 19.51 | 16.31 | 72.64 | - |
| YUV | 99.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 224 | 0.83 | 0.52 | 0 | 0.12 | 217.74 | 0.75 | 0.51 |
| Hex | 26 | 6B | E0 | 53 | 34 | 0 | C | DA | 4B | 33 |
| Octal | 46 | 153 | 340 | 123 | 64 | 0 | 14 | 332 | 113 | 63 |
| Binary | 100110 | 1101011 | 11100000 | 1010011 | 110100 | 0 | 1100 | 11011010 | 1001011 | 110011 |
Color Harmonies of #266BE0
Complementary color
Monochromatic Colors of #266BE0
Black with #266BE0
Text Example
Text Example
White with #266BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BE0; }
p { color: rgb(38,107,224); }
H1.HeaderClassName
{
color: #266BE0;
}
.AnyTagClassName
{
color: #266BE0;
}
</style>
background-color css
<style>
a { background-color: #266BE0; }
a { background-color: rgb(38,107,224); }
div.DivClassName
{
background-color: #266BE0;
}
.BgClassName
{
background-color: #266BE0;
}
</style>
border-color css
<style>
span { border-color: #266BE0; }
span { border-color: rgb(38,107,224); }
td.TdClassName
{
border-color: #266BE0;
}
.TagClassName
{
border-color: #266BE0;
}
</style>