Shades of Royal Blue #266EDC
Tints of Royal Blue #266EDC
RGB
CMYK
RGB Variations
Color information
#266EDC (or 0x266EDC) is known color: Royal Blue. HEX triplet: 26, 6E and DC. RGB value is (38,110,220). Sum of RGB (Red+Green+Blue) = 38+110+220=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #266EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EDC is #D99123. Grayscale: #646464. Windows color (decimal): -14258468 or 14446118. OLE color: 14446118.
HSL color Cylindrical-coordinate representation of color #266EDC: hue angle of 216.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266EDC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 110 | 220 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.14 |
| HSL | 216.26º | 0.72% | 0.51% | - |
| HSV(B) | 216.26º | 0.83% | 0.86% | - |
| XYZ | 19.29 | 16.73 | 69.92 | - |
| YUV | 101.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 220 | 0.83 | 0.50 | 0 | 0.14 | 216.26 | 0.72 | 0.51 |
| Hex | 26 | 6E | DC | 53 | 32 | 0 | E | D8 | 48 | 33 |
| Octal | 46 | 156 | 334 | 123 | 62 | 0 | 16 | 330 | 110 | 63 |
| Binary | 100110 | 1101110 | 11011100 | 1010011 | 110010 | 0 | 1110 | 11011000 | 1001000 | 110011 |
Color Harmonies of #266EDC
Complementary color
Monochromatic Colors of #266EDC
Black with #266EDC
Text Example
Text Example
White with #266EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266EDC; }
p { color: rgb(38,110,220); }
H1.HeaderClassName
{
color: #266EDC;
}
.AnyTagClassName
{
color: #266EDC;
}
</style>
background-color css
<style>
a { background-color: #266EDC; }
a { background-color: rgb(38,110,220); }
div.DivClassName
{
background-color: #266EDC;
}
.BgClassName
{
background-color: #266EDC;
}
</style>
border-color css
<style>
span { border-color: #266EDC; }
span { border-color: rgb(38,110,220); }
td.TdClassName
{
border-color: #266EDC;
}
.TagClassName
{
border-color: #266EDC;
}
</style>