Shades of Royal Blue #266CDA
Tints of Royal Blue #266CDA
RGB
CMYK
RGB Variations
Color information
#266CDA (or 0x266CDA) is known color: Royal Blue. HEX triplet: 26, 6C and DA. RGB value is (38,108,218). Sum of RGB (Red+Green+Blue) = 38+108+218=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #266CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CDA is #D99325. Grayscale: #636363. Windows color (decimal): -14258982 or 14314534. OLE color: 14314534.
HSL color Cylindrical-coordinate representation of color #266CDA: hue angle of 216.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266CDA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 108 | 218 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.15 |
| HSL | 216.67º | 0.71% | 0.5% | - |
| HSV(B) | 216.67º | 0.83% | 0.85% | - |
| XYZ | 18.82 | 16.2 | 68.46 | - |
| YUV | 99.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 218 | 0.83 | 0.50 | 0 | 0.15 | 216.67 | 0.71 | 0.5 |
| Hex | 26 | 6C | DA | 53 | 32 | 0 | F | D9 | 47 | 32 |
| Octal | 46 | 154 | 332 | 123 | 62 | 0 | 17 | 331 | 107 | 62 |
| Binary | 100110 | 1101100 | 11011010 | 1010011 | 110010 | 0 | 1111 | 11011001 | 1000111 | 110010 |
Color Harmonies of #266CDA
Complementary color
Monochromatic Colors of #266CDA
Black with #266CDA
Text Example
Text Example
White with #266CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CDA; }
p { color: rgb(38,108,218); }
H1.HeaderClassName
{
color: #266CDA;
}
.AnyTagClassName
{
color: #266CDA;
}
</style>
background-color css
<style>
a { background-color: #266CDA; }
a { background-color: rgb(38,108,218); }
div.DivClassName
{
background-color: #266CDA;
}
.BgClassName
{
background-color: #266CDA;
}
</style>
border-color css
<style>
span { border-color: #266CDA; }
span { border-color: rgb(38,108,218); }
td.TdClassName
{
border-color: #266CDA;
}
.TagClassName
{
border-color: #266CDA;
}
</style>