Shades of Royal Blue #266DF3
Tints of Royal Blue #266DF3
RGB
CMYK
RGB Variations
Color information
#266DF3 (or 0x266DF3) is known color: Royal Blue. HEX triplet: 26, 6D and F3. RGB value is (38,109,243). Sum of RGB (Red+Green+Blue) = 38+109+243=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #266DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DF3 is #D9920C. Grayscale: #666666. Windows color (decimal): -14258701 or 15953190. OLE color: 15953190.
HSL color Cylindrical-coordinate representation of color #266DF3: hue angle of 219.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266DF3 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 109 | 243 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.05 |
| HSL | 219.22º | 0.9% | 0.55% | - |
| HSV(B) | 219.22º | 0.84% | 0.95% | - |
| XYZ | 22.45 | 17.82 | 87.05 | - |
| YUV | 103.05 | 206.98 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 243 | 0.84 | 0.55 | 0 | 0.05 | 219.22 | 0.9 | 0.55 |
| Hex | 26 | 6D | F3 | 54 | 37 | 0 | 5 | DB | 5A | 37 |
| Octal | 46 | 155 | 363 | 124 | 67 | 0 | 5 | 333 | 132 | 67 |
| Binary | 100110 | 1101101 | 11110011 | 1010100 | 110111 | 0 | 101 | 11011011 | 1011010 | 110111 |
Color Harmonies of #266DF3
Complementary color
Monochromatic Colors of #266DF3
Black with #266DF3
Text Example
Text Example
White with #266DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DF3; }
p { color: rgb(38,109,243); }
H1.HeaderClassName
{
color: #266DF3;
}
.AnyTagClassName
{
color: #266DF3;
}
</style>
background-color css
<style>
a { background-color: #266DF3; }
a { background-color: rgb(38,109,243); }
div.DivClassName
{
background-color: #266DF3;
}
.BgClassName
{
background-color: #266DF3;
}
</style>
border-color css
<style>
span { border-color: #266DF3; }
span { border-color: rgb(38,109,243); }
td.TdClassName
{
border-color: #266DF3;
}
.TagClassName
{
border-color: #266DF3;
}
</style>