Shades of Royal Blue #266FDE
Tints of Royal Blue #266FDE
RGB
CMYK
RGB Variations
Color information
#266FDE (or 0x266FDE) is known color: Royal Blue. HEX triplet: 26, 6F and DE. RGB value is (38,111,222). Sum of RGB (Red+Green+Blue) = 38+111+222=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #266FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FDE is #D99021. Grayscale: #656565. Windows color (decimal): -14258210 or 14577446. OLE color: 14577446.
HSL color Cylindrical-coordinate representation of color #266FDE: hue angle of 216.2º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #266FDE is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 111 | 222 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.13 |
| HSL | 216.2º | 0.74% | 0.51% | - |
| HSV(B) | 216.2º | 0.83% | 0.87% | - |
| XYZ | 19.67 | 17.05 | 71.36 | - |
| YUV | 101.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 222 | 0.83 | 0.5 | 0 | 0.13 | 216.2 | 0.74 | 0.51 |
| Hex | 26 | 6F | DE | 53 | 32 | 0 | D | D8 | 4A | 33 |
| Octal | 46 | 157 | 336 | 123 | 62 | 0 | 15 | 330 | 112 | 63 |
| Binary | 100110 | 1101111 | 11011110 | 1010011 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110011 |
Color Harmonies of #266FDE
Complementary color
Monochromatic Colors of #266FDE
Black with #266FDE
Text Example
Text Example
White with #266FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FDE; }
p { color: rgb(38,111,222); }
H1.HeaderClassName
{
color: #266FDE;
}
.AnyTagClassName
{
color: #266FDE;
}
</style>
background-color css
<style>
a { background-color: #266FDE; }
a { background-color: rgb(38,111,222); }
div.DivClassName
{
background-color: #266FDE;
}
.BgClassName
{
background-color: #266FDE;
}
</style>
border-color css
<style>
span { border-color: #266FDE; }
span { border-color: rgb(38,111,222); }
td.TdClassName
{
border-color: #266FDE;
}
.TagClassName
{
border-color: #266FDE;
}
</style>